Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-08Fix version.shMatthias Sohn1-2/+16
2016-04-08Merge branch 'stable-4.3'Matthias Sohn51-515/+509
2016-04-08Prepare 4.3.1-SNAPSHOT buildsMatthias Sohn38-249/+249
2016-04-07EGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn38-39/+39
2016-04-07EGit v4.3.0.201604071045-rMatthias Sohn38-39/+39
2016-04-07Update documentation for 4.3Matthias Sohn13-266/+260
2016-04-07Merge branch 'master' into stable-4.3Matthias Sohn27-117/+462
2016-04-05For asynchronous dialogs, use the topmost modal shellThomas Wolf2-26/+16
2016-04-05Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn38-39/+39
2016-04-04Fix compile error in GitCompareFileRevisionEditorInputDani Megert1-3/+3
2016-04-03When running "Commit" action open staging view instead of commit dialogMatthias Sohn12-20/+99
2016-04-03Auto-switch between horizontal and vertical StagingView layoutMatthias Sohn1-12/+37
2016-04-02Move EclipseAuthenticator and EclipseProxySelector to egit.coreMatthias Sohn7-22/+24
2016-04-02Move EclipseSshSessionFactory to org.eclipse.egit.coreMatthias Sohn5-22/+25
2016-03-31Diff error message should mention that the error is from GitLars Vogel1-1/+1
2016-03-25Distinguish unchanged/deleted files in logical modelsLaurent Delaigue4-12/+258
2016-03-23EGit v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1Matthias Sohn38-39/+39
2016-03-22Fix Activator.error() calls that should have been Activator.logError()Thomas Wolf8-13/+14
2016-03-22Test stability: fix FeatureFinishSquashTestThomas Wolf2-19/+6
2016-03-22Fix repository search dialog to detect .git files under selected root.Andre Bossert1-24/+26
2016-03-22Do not swallow error in FetchGerritChangePage on finishThomas Wolf1-9/+14
2016-03-22Improve error reporting in FetchGerritChangePageThomas Wolf2-46/+81
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 Bossert7-14/+60
2016-03-21Fix potential NPE in IndexDiffCacheEntryThomas Wolf1-1/+7
2016-03-21Remove session properties when disconnecting a projectThomas Wolf5-3/+64
2016-03-20Fix refresh after re-connecting a project with submodules insideThomas Wolf3-7/+41
2016-03-17Merge "Handle submodules in auto-sharing"Matthias Sohn3-15/+36
2016-03-15Handle submodules in auto-sharingThomas Wolf3-15/+36
2016-03-15Refresh decorations after re-connecting a projectThomas Wolf13-61/+82
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 Sohn4-17/+99
2016-03-15Merge "Document that hasGerritConfiguration() needs non-null repository"Matthias Sohn1-1/+3
2016-03-15Merge "Fix NPE in RepositoriesViewPropertyTester"Matthias Sohn1-22/+26
2016-03-15Fix a typo in a commentThomas Wolf1-1/+1
2016-03-14Delegate detection of git repositories to JGitAndre Bossert2-15/+12
2016-03-14Fix NPE in RepositoriesViewPropertyTesterMatthias Sohn1-22/+26
2016-03-14Document that hasGerritConfiguration() needs non-null repositoryMatthias Sohn1-1/+3
2016-03-14Support copy/move of workspace if Git repository is under workspaceMatthias Sohn4-17/+99
2016-03-13RepositoryCache: do not prematurely remove submodulesThomas Wolf22-224/+627
2016-03-02Test stability: GitRepositoriesViewRepoDeletionTestThomas Wolf1-6/+3
2016-03-02Fix wrong path comparison via file.getAbsolutePath().startsWith(..)Markus Keller1-10/+8
2016-03-01Fix bug in RepositoryMappingTestThomas Wolf1-6/+6
2016-02-29Decorate IFolders that are submodule working directory rootsThomas Wolf13-11/+115
2016-02-29Safe preference reading of sash weights in GitHistoryPageThomas Wolf2-6/+27
2016-02-28Test stability: properly wait for refresh jobs in Gitflow testThomas Wolf1-3/+5
2016-02-27Always listen to POST_CHANGE events in GitProjectDataThomas Wolf2-5/+3
2016-02-27Fix sorting and grouping of staging entries by stateMatthias Sohn4-14/+40
2016-02-27[staging view] Fixed sort order: added check for "names first" caseAndrey Loskutov1-10/+31

Back to the top