Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-25Gerrit wizards should only show Gerrit URIsMatthias Sohn1-1/+30
2016-04-23Don't unmap the project if a nested repository has gone missingThomas Wolf1-21/+50
2016-04-09Prevent NPE in ProjectUtil.getProjectsUnderPath(IPath)Matthias Sohn1-3/+7
2016-04-08Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2-38/+38
2016-04-08Prepare 4.3.1-SNAPSHOT buildsMatthias Sohn2-38/+38
2016-04-07EGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2-2/+2
2016-04-07EGit v4.3.0.201604071045-rMatthias Sohn2-2/+2
2016-04-02Move EclipseAuthenticator and EclipseProxySelector to egit.coreMatthias Sohn4-1/+158
2016-04-02Move EclipseSshSessionFactory to org.eclipse.egit.coreMatthias Sohn3-1/+86
2016-03-25Distinguish unchanged/deleted files in logical modelsLaurent Delaigue2-11/+91
2016-03-22Fix Activator.error() calls that should have been Activator.logError()Thomas Wolf7-9/+9
2016-03-21Update index diff of parent repository when submodule changesThomas Wolf1-23/+62
2016-03-21Extended support for nested repositories in project.Andre Bossert2-34/+73
2016-03-21Cleaning up the DecoratableResourceAdapterAndre Bossert2-7/+11
2016-03-21Fix potential NPE in IndexDiffCacheEntryThomas Wolf1-1/+7
2016-03-21Remove session properties when disconnecting a projectThomas Wolf4-3/+44
2016-03-20Fix refresh after re-connecting a project with submodules insideThomas Wolf1-1/+36
2016-03-17Merge "Handle submodules in auto-sharing"Matthias Sohn2-11/+27
2016-03-15Handle submodules in auto-sharingThomas Wolf2-11/+27
2016-03-15Refresh decorations after re-connecting a projectThomas Wolf7-37/+20
2016-03-15Merge "Fix a typo in a comment"Matthias Sohn1-1/+1
2016-03-15Merge "Support copy/move of workspace if Git repository is under workspace"Matthias Sohn1-13/+90
2016-03-15Fix a typo in a commentThomas Wolf1-1/+1
2016-03-14Delegate detection of git repositories to JGitAndre Bossert1-1/+4
2016-03-14Support copy/move of workspace if Git repository is under workspaceMatthias Sohn1-13/+90
2016-03-13RepositoryCache: do not prematurely remove submodulesThomas Wolf6-163/+182
2016-03-02Fix wrong path comparison via file.getAbsolutePath().startsWith(..)Markus Keller1-10/+8
2016-02-27Always listen to POST_CHANGE events in GitProjectDataThomas Wolf2-5/+3
2016-02-26Merge "RepositoriesViewLabelProvider: mark dirty submodules"Matthias Sohn3-3/+38
2016-02-26Check resource.getProject() for null before dereferencing itAndrey Loskutov8-12/+32
2016-02-26RepositoriesViewLabelProvider: mark dirty submodulesThomas Wolf3-3/+38
2016-02-25Fix recognition of submodules in folders.Thomas Wolf8-101/+216
2016-02-23Make RepositoryMapping use java.nio.file.PathThomas Wolf1-34/+25
2016-02-23Remove unnecessary cast to RepositoryMappingMatthias Sohn1-2/+1
2016-02-19Handle relative paths in RepositoryMapping creatorThomas Wolf1-5/+10
2016-02-19ResourceStateFactory: avoid converting IResource to IPathThomas Wolf1-0/+34
2016-02-17Silently skip EFS resourcesThomas Wolf4-14/+8
2016-02-13Wizard to configure pull operationMickael Istria1-3/+91
2016-02-04Use default preferences for preferred MergeStrategyLaurent Delaigue2-1/+20
2016-01-26Fixed typo in JavaDocMax Hohenegger1-1/+1
2016-01-21Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2-38/+38
2016-01-21Pass a ProgressMonitor to JGit for mergesLaurent Delaigue1-2/+4
2016-01-21Supply parameter to status message in GitProjectData$UnmapJobThomas Wolf1-1/+4
2016-01-20Properly clean up caches when a configured repository is removedThomas Wolf5-13/+136
2016-01-20Merge branch 'stable-4.2'Matthias Sohn1-1/+2
2016-01-19Fix a commentThomas Wolf1-2/+2
2016-01-19Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2-3/+4
2016-01-19Minimize accessing the persistent property for the GitProviderThomas Wolf1-9/+109
2016-01-11Make RebaseInteractivePlan.planChangeListeners thread-safeThomas Wolf1-5/+5
2016-01-09Finish implementation of decoration of files marked assume-unchangedMatthias Sohn1-0/+19

Back to the top