Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-13Stabilize StageUnstageActionTestMichael Keppler1-0/+1
2019-07-07Fix showing selected refs or commits in history viewThomas Wolf1-25/+86
2019-06-27Added option to create light weight tagsMarco Stornelli1-39/+156
2019-06-10Remove pre-Mars adapter workaroundMichael Keppler1-2/+2
2019-05-25Use Arrays.asList instead of copying array in a for loopCarsten Hammer2-8/+6
2019-05-17Fix resetting conflicting files on branch switchThomas Wolf1-2/+18
2019-05-15Use try-finally to dispose clipboardMichael Keppler1-2/+6
2019-05-15Use jdk 5 for-each loopCarsten Hammer2-4/+2
2019-05-15Use try-with-resourcesCarsten Hammer3-17/+9
2019-05-12Handle delete-modify conflicts in staging viewThomas Wolf1-0/+48
2019-05-01Get display instance from workbenchMichael Keppler5-13/+12
2019-05-01Shorten SHA1 in editor titleMichael Keppler1-1/+2
2019-04-26Replace usage of String.indexOf with String.contains where possibleCarsten Hammer1-2/+1
2019-04-26Remove unnecessary type specificationsCarsten Hammer1-3/+3
2019-04-26Only warn about losing changes if there are changes at allThomas Wolf1-11/+43
2019-03-18Reset only conflicting paths in a checkout conflictThomas Wolf1-0/+34
2019-03-16Replace usages of deprecated Repository methodsThomas Wolf1-5/+5
2019-01-04Replace FileInputStream and FileOutputStream with static Files methodsMatthias Sohn1-5/+4
2018-11-25Fix Mockito deprecation warningsMichael Keppler1-1/+1
2018-10-21Use verbs instead of OKMichael Keppler2-6/+10
2018-09-18Use a separate job family for FileDiffContentProviderThomas Wolf1-3/+3
2018-09-12[test] Fix typo in HistoryViewTestThomas Wolf1-1/+1
2018-09-10[releng] Fix unstable HistoryViewTest.testOpenOfDeletedFile()Thomas Wolf1-2/+12
2018-08-13refactor: simplify collection.toArray()Michael Keppler1-1/+1
2018-08-07[releng] Fix test failuresThomas Wolf1-14/+5
2018-08-06Use an asynchronous lightweight decorator in the repositories viewThomas Wolf3-33/+6
2018-07-05Staging view: update author/committer on config changesThomas Wolf1-3/+225
2018-05-29Update license to EPL-2.0Matthias Sohn36-72/+144
2017-11-24Merge branch 'stable-4.9'Matthias Sohn1-0/+14
2017-11-20[test stability] CompareActionsTest assumes resource modelThomas Wolf1-0/+14
2017-10-27Commit editor branch handling fixesAndrey Loskutov1-3/+3
2017-10-16Move history page actions into plugin.xml and remove default handlersThomas Wolf1-2/+2
2017-06-25Add ICommitMessageProvider2 for caret positioning in commit messagesStefan Rademacher4-54/+261
2017-05-22Change confirm hard reset dialog Yes- and No-button labelDavid Weiser1-1/+2
2017-05-17Change discard local changes dialog OK-button labelDavid Weiser1-6/+11
2017-03-16DiffRegionFormatterTest: Open DiffRegionFormatter in try-with-resourceDavid Pursehouse1-7/+8
2017-03-16Open Git instances in try-with-resource in testsDavid Pursehouse2-30/+37
2017-03-16Add missing newlines at ends of Java filesDavid Pursehouse3-3/+3
2016-12-28Display logical line numbers in DiffEditorPageThomas Wolf1-1/+0
2016-12-10Rename DiffStyleRangeFormatter and friendsThomas Wolf1-14/+14
2016-12-02Clean up "Replace With..." actionsThomas Wolf1-26/+29
2016-10-16Test stability: re-select tree itemThomas Wolf1-0/+2
2016-10-12Fix the enablement of "Compare with->Index with HEAD"Thomas Wolf1-0/+45
2016-08-15Auto-stage selected files on "Commit..." when staging view is usedThomas Wolf3-26/+121
2016-07-28Fix some git actions visible in Team menu on unshared projectThomas Wolf1-1/+23
2016-07-15Test stability: force display of result dialog of background jobsThomas Wolf3-26/+22
2016-07-02Refactor BranchOperationUIThomas Wolf1-4/+2
2016-07-02Avoid opening dialogs from push/fetch background jobsThomas Wolf3-29/+59
2016-06-12Test stability: try to fix three frequently failing testsThomas Wolf1-0/+3
2016-05-31Enable copying source branch in "Create Branch" dialog to clipboardMatthias Sohn1-2/+2

Back to the top