Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-25Create push wizards in CommitJob in UI threadThomas Wolf1-28/+35
2016-05-24Fix NPE in AbstractRebaseCommandHandler$1.done()Matthias Sohn1-0/+3
2016-05-24Fix NPE in GitSelectRepositoryPage.refreshRepositoryList()Matthias Sohn1-1/+1
2016-05-24Fix NPE in PushBranchWizard.startPush()Matthias Sohn1-1/+2
2016-05-24Merge "Fix NPE in ResourceUtil.isSharedWithGit()"Matthias Sohn1-1/+5
2016-05-23Fix NPE in ResourceUtil.isSharedWithGit()Matthias Sohn1-1/+5
2016-05-23Catch IOException in ConfigureGerritAfterCloneTaskThomas Wolf1-43/+36
2016-05-22Replace uses of deprecated Repository.getRef()Thomas Wolf36-59/+58
2016-05-21Ensure Git is closed using try with resourceThomas Wolf10-76/+86
2016-05-19Check HandlerUtil.getActiveSite(event) result to avoid NPE'sAndrey Loskutov2-8/+21
2016-05-19Merge "Mark branding plugin and gitflow plugin as singletons"Matthias Sohn2-2/+2
2016-05-19Merge branch 'stable-4.3'Matthias Sohn1-1/+2
2016-05-19Prepare 4.3.2-SNAPSHOT buildsstable-4.3Matthias Sohn38-249/+249
2016-05-19Ensure compatibility with pre-Mars EclipseThomas Wolf1-1/+2
2016-05-18Update Orbit repository to S20160518051658 for Neon RC2Matthias Sohn5-14/+14
2016-05-18Relayout buttons after enabling check for warningsMichael Keppler1-1/+1
2016-05-18Add accelerators for "Compare With" and "Replace With" commandsAlena Laskavaia2-2/+4
2016-05-18New convenience commands to compare/replace with Gitflow develop branchMax Hohenegger7-2/+302
2016-05-18Mark branding plugin and gitflow plugin as singletonsMatthias Sohn2-2/+2
2016-05-17Merge "[releng] p2.inf to remove the old importer fragment"Matthias Sohn1-0/+2
2016-05-17Merge "Remove unnecessary @SuppressWarnings("resource")"Matthias Sohn1-1/+0
2016-05-17[releng] p2.inf to remove the old importer fragmentThomas Wolf1-0/+2
2016-05-17[findBugs] Fix potential NPE in RepositoryMappingMatthias Sohn1-1/+3
2016-05-17Remove duplicate rename branch dialogMichael Keppler4-55/+21
2016-05-17[findBugs] Avoid unnecessary boxing when parsing int from StringMatthias Sohn2-8/+6
2016-05-16Replace use of deprecated Repository.getRef() methodMatthias Sohn3-5/+6
2016-05-16Ensure Git is closed using try with resourceMatthias Sohn19-180/+207
2016-05-16Remove unnecessary @SuppressWarnings("resource")Matthias Sohn1-1/+0
2016-05-15Exclude labels from tab stopMichael Keppler1-0/+2
2016-05-15Mark current feature-branch and prevent attempted re-checkoutMax Hohenegger3-27/+94
2016-05-15Ignore SmartImportWizardTestMatthias Sohn1-0/+2
2016-05-13[releng] Include missing extension point schemas in EGit binaries Stephane Bouchet2-3/+5
2016-05-13[releng] Importer fragment must have host bundle version constraintThomas Wolf1-1/+1
2016-05-13Leave the commit message enabled in staging viewThomas Wolf1-3/+3
2016-05-13Adapt target platform to changed Neon staging p2 repositoryMatthias Sohn3-4/+4
2016-05-13[releng] Importer fragment must have host bundle version constraintThomas Wolf1-1/+1
2016-05-10Topic input on PushToGerritPageThomas Wolf3-26/+299
2016-05-09Add "Open in Commit Viewer" in context menu of stashed commitThomas Wolf1-0/+22
2016-05-09Handle linked resources in the same repositoryThomas Wolf3-18/+95
2016-05-09Refactor code: simplification, and avoid findbugs warningThomas Wolf1-25/+20
2016-05-09Set repository when opening staging view from commit actionThomas Wolf2-0/+109
2016-05-07Test stability: one "widget disposed" message is enoughThomas Wolf3-1/+12
2016-05-05EGit v4.3.1.201605051710-rv4.3.1.201605051710-rMatthias Sohn38-39/+39
2016-05-05Merge "Merge branch 'stable-4.3'"Matthias Sohn1-1/+7
2016-05-05Merge "Fix typo in testcase name"Thomas Wolf1-1/+1
2016-05-05Test stability: really shut down repositoriesThomas Wolf2-0/+2
2016-05-05Fix typo in testcase nameMichael Keppler1-1/+1
2016-05-04Merge branch 'stable-4.3'Matthias Sohn1-1/+7
2016-05-04Fix wrong cursor position while editing URIsMichael Keppler1-1/+7
2016-05-04Merge "[memory leak] make sure we only allow one GitHistoryPageSource instance"Andrey Loskutov2-2/+21

Back to the top