Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-04Fix wrong cursor position while editing URIsMichael Keppler1-1/+7
2016-04-16Git Staging selects more / other files than intendedAndrey Loskutov1-1/+0
2016-04-05For asynchronous dialogs, use the topmost modal shellThomas Wolf2-26/+16
2016-04-04Fix compile error in GitCompareFileRevisionEditorInputDani Megert1-3/+3
2016-04-03When running "Commit" action open staging view instead of commit dialogMatthias Sohn7-20/+64
2016-04-03Auto-switch between horizontal and vertical StagingView layoutMatthias Sohn1-12/+37
2016-04-02Move EclipseAuthenticator and EclipseProxySelector to egit.coreMatthias Sohn3-155/+0
2016-04-02Move EclipseSshSessionFactory to org.eclipse.egit.coreMatthias Sohn2-79/+0
2016-03-31Diff error message should mention that the error is from GitLars Vogel1-1/+1
2016-03-22Fix Activator.error() calls that should have been Activator.logError()Thomas Wolf1-4/+5
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-21Cleaning up the DecoratableResourceAdapterAndre Bossert5-7/+49
2016-03-20Fix refresh after re-connecting a project with submodules insideThomas Wolf1-1/+0
2016-03-17Merge "Handle submodules in auto-sharing"Matthias Sohn1-4/+9
2016-03-15Handle submodules in auto-sharingThomas Wolf1-4/+9
2016-03-15Refresh decorations after re-connecting a projectThomas Wolf2-5/+15
2016-03-15Merge "Support copy/move of workspace if Git repository is under workspace"Matthias Sohn2-2/+5
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-14Delegate detection of git repositories to JGitAndre Bossert1-14/+8
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 Sohn2-2/+5
2016-03-13RepositoryCache: do not prematurely remove submodulesThomas Wolf8-41/+196
2016-02-29Decorate IFolders that are submodule working directory rootsThomas Wolf12-11/+97
2016-02-29Safe preference reading of sash weights in GitHistoryPageThomas Wolf2-6/+27
2016-02-27Fix sorting and grouping of staging entries by stateMatthias Sohn3-14/+40
2016-02-27[staging view] Fixed sort order: added check for "names first" caseAndrey Loskutov1-10/+31
2016-02-27Do not autofill clone wizard for arbitrary clipboard inputThomas Wolf5-8/+193
2016-02-26Merge "RepositoriesViewLabelProvider: mark dirty submodules"Matthias Sohn2-26/+78
2016-02-26Check resource.getProject() for null before dereferencing itAndrey Loskutov1-0/+3
2016-02-26RepositoriesViewLabelProvider: mark dirty submodulesThomas Wolf2-26/+78
2016-02-25Fix recognition of submodules in folders.Thomas Wolf6-29/+18
2016-02-21Gerrit Configuration... is misleading when switching branchesFrank Jakop4-42/+96
2016-02-19ResourceStateFactory: avoid converting IResource to IPathThomas Wolf2-67/+39
2016-02-19Improve performance of SelectionUtils.getRepository()Thomas Wolf1-13/+84
2016-02-17Avoid extra pop-up dialog in PullWizard when getting remote refsThomas Wolf3-17/+38
2016-02-17Fill FetchFromGerrit wizard for more clipboard contentsThomas Wolf1-9/+120
2016-02-15Fix NPE in Activator$RepositoryChangeScanner.run when shutting down EclipseDani Megert1-0/+4
2016-02-13Fix image resource leak in SwitchToMenuThomas Wolf4-49/+38
2016-02-13Ensure "Push HEAD..." action is enabled also when HEAD is detachedMatthias Sohn1-3/+8
2016-02-13Wizard to configure pull operationMickael Istria9-1/+715
2016-02-11Fix "Git > Date Format" preference page message bugsMarkus Keller2-11/+5
2016-02-11Make AddToIndex/RemoveFromIndex work for multiple repositories againThomas Wolf4-57/+23
2016-02-11Fix logic for detecting whether there are unstaged changesThomas Wolf6-86/+29
2016-02-04Use default preferences for preferred MergeStrategyLaurent Delaigue1-1/+7
2016-01-21Removes unused strings found by Find Broken Externalized String toolLars Vogel2-81/+2
2016-01-21Only decorate resources that are mapped to a GitProviderThomas Wolf1-1/+2

Back to the top