Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-25Commit editor and info builder: use progress callback for RevWalkUtilsAndrey Loskutov3-8/+27
2019-05-25History: show whitespace in the diff viewerThomas Wolf2-0/+40
2019-05-25Factor out some actions from SpellcheckableMessageAreaThomas Wolf4-307/+417
2019-05-25Minor cleanup in SpellcheckableMessageArea (generics)Thomas Wolf1-5/+4
2019-05-25Use Arrays.asList instead of copying array in a for loopCarsten Hammer3-8/+6
2019-05-23Preferences: order of git config tabsThomas Wolf1-11/+16
2019-05-22History: new operation to check out files from a commitThomas Wolf8-159/+298
2019-05-22Simplify comparators by using Comparator.comparing()Thomas Wolf9-70/+22
2019-05-19Get rid of the RebasePlanIndexerThomas Wolf3-160/+6
2019-05-17Fix resetting conflicting files on branch switchThomas Wolf1-1/+2
2019-05-15Use try-finally to dispose clipboardMichael Keppler5-22/+28
2019-05-15Fix formatting after lambda changeThomas Wolf13-103/+80
2019-05-15Use jdk 5 for-each loopCarsten Hammer13-62/+61
2019-05-15Use try-with-resourcesCarsten Hammer2-13/+4
2019-05-15Convert to lambda or member referenceCarsten Hammer17-264/+173
2019-05-14Minor re-organization of FileRevisionEditorInputThomas Wolf1-26/+20
2019-05-14Join catch sections using multicatchCarsten Hammer6-29/+6
2019-05-12Handle delete-modify conflicts in staging viewThomas Wolf1-1/+12
2019-05-01Get display instance from workbenchMichael Keppler12-26/+18
2019-05-01Silence wrong resource leak warningMichael Keppler1-0/+1
2019-05-01Shorten SHA1 in editor titleMichael Keppler1-1/+10
2019-04-28Register progress icons from UI threadMichael Keppler2-15/+29
2019-04-27rename TableTree related variablesMichael Keppler2-19/+19
2019-04-27Use String.isEmpty() instead of comparing to ""Carsten Hammer5-7/+7
2019-04-26Replace usage of String.indexOf with String.contains where possibleCarsten Hammer2-3/+3
2019-04-26Only warn about losing changes if there are changes at allThomas Wolf1-54/+117
2019-04-19Merge "Use isEmpty() instead of size()==0 where possible"Michael Keppler2-2/+2
2019-04-18Use isEmpty() instead of size()==0 where possibleCarsten Hammer2-2/+2
2019-04-18Make o.e.debug.ui plugin truly optionalPeter Severin9-126/+256
2019-04-16Fix merge dialog shortcut conflictsMichael Keppler1-2/+2
2019-04-14Always use 7 characters for short SHA1Michael Keppler17-35/+42
2019-04-08upgrade jdt preferencesMichael Keppler2-1/+43
2019-04-02Ensure warning is shown if blocking commit is enabledMatthias Sohn2-3/+7
2019-04-01Improve performance of blocking commit buttonMichael Keppler1-19/+12
2019-03-30Minor clean-up in StagingViewThomas Wolf1-25/+11
2019-03-25Integrate the smart import wizard fragment into the EGit UI bundleThomas Wolf4-1/+194
2019-03-24Set minimum versions to the ones from Neon.0Thomas Wolf1-21/+20
2019-03-24Add missing braces in RepositoriesViewPropertyTesterThomas Wolf1-5/+10
2019-03-21Handle expected value in property testersThomas Wolf6-216/+84
2019-03-21Unify "Revert" commandsThomas Wolf9-166/+84
2019-03-21Unify "Show in History" commandsThomas Wolf4-23/+24
2019-03-21Unify "Cherry-Pick" commandsThomas Wolf5-93/+23
2019-03-21Unify "Checkout" commandsThomas Wolf4-42/+26
2019-03-21Unify "Create Tag..." commandsThomas Wolf6-267/+102
2019-03-21Unify "Create Branch" commandsThomas Wolf6-158/+94
2019-03-21Remove unused command ID for "Delete Stash..."Thomas Wolf4-18/+21
2019-03-21Unify handling of "Apply Stash"Thomas Wolf6-151/+44
2019-03-21Merge "Remove duplicate code in merge command"Thomas Wolf1-73/+10
2019-03-18Remove duplicate code in merge commandThomas Wolf1-73/+10
2019-03-18Unify duplicate checkout conflicts dialogsThomas Wolf7-132/+58

Back to the top