Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Branch selection dialog improvementsThomas Wolf1-1/+1
2019-11-21"Switch To" should allow to take a commit/hash as inputSimon Muschel2-12/+22
2019-11-17Fix assertion argument orderMichael Keppler1-2/+2
2019-11-16[repo view] Eliminate default handler for paste commandThomas Wolf1-2/+6
2019-11-12Decorators: cache more repository stateThomas Wolf1-2/+1
2019-11-11GitHistoryView: Add ability to select refs to showTim Neumann6-33/+1910
2019-11-07[staging view] Run deletion and discarding changes in background jobsThomas Wolf1-2/+5
2019-11-01Staging view: don't clear title RepositoryNodeThomas Wolf2-2/+49
2019-10-26[repo view] Link with selection: immediate reaction, show open editorsThomas Wolf1-9/+0
2019-10-23Fix broken "start release" from commit in history viewMax Hohenegger1-0/+19
2019-10-17[repo view] Let "link with selection" be always enabledThomas Wolf5-23/+61
2019-10-04Preserve executable bit when editing index entriesThomas Wolf1-0/+41
2019-10-02Don't return a path for an IStorage representing an index entryThomas Wolf5-203/+364
2019-09-30Adapt editor inputs to IFile for merge with index stage 2 as inputThomas Wolf1-1/+15
2019-09-21Migrate JDT project settings to 2019-09 formatMichael Keppler2-1/+19
2019-08-29Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2-18/+18
2019-08-27History view: shorten view toolbarThomas Wolf1-16/+38
2019-08-21Shorten confirmation messages for "reset hard" and "discard changes"Thomas Wolf2-2/+2
2019-08-21Fix silent failure on conflicting checkout after branch creation.Max Hohenegger4-28/+83
2019-08-13Stabilize StageUnstageActionTestMichael Keppler1-0/+1
2019-08-09Fix equals & hashCode of StashedCommitNodeThomas Wolf2-0/+130
2019-07-22Log an error if the reflog cannot be readThomas Wolf1-1/+27
2019-07-07Fix showing selected refs or commits in history viewThomas Wolf1-25/+86
2019-07-03Repositories view: check for submodules when reacting on selectionThomas Wolf1-3/+56
2019-06-27Added option to create light weight tagsMarco Stornelli1-39/+156
2019-06-24Enable the "Switch To..." menu for submodule foldersThomas Wolf1-0/+23
2019-06-20Reword commit dialog - Use verbs instead of OKLars Vogel1-1/+3
2019-06-13Prepare 5.5.0-SNAPSHOT buildsMatthias Sohn2-18/+18
2019-06-13Prepare 5.4.1-SNAPSHOT buildsMatthias Sohn2-18/+18
2019-06-12EGit v5.4.0.201906121030-rv5.4.0.201906121030-rMatthias Sohn2-2/+2
2019-06-10Remove pre-Mars adapter workaroundMichael Keppler5-10/+10
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 Keppler2-21/+29
2019-05-15Fix formatting after lambda changeThomas Wolf1-1/+1
2019-05-15Use jdk 5 for-each loopCarsten Hammer3-6/+4
2019-05-15Use try-with-resourcesCarsten Hammer5-34/+25
2019-05-15Convert to lambda or member referenceCarsten Hammer1-6/+1
2019-05-12Handle delete-modify conflicts in staging viewThomas Wolf1-0/+48
2019-05-01Get display instance from workbenchMichael Keppler11-29/+31
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 Hammer4-11/+11
2019-04-26Only warn about losing changes if there are changes at allThomas Wolf1-11/+43
2019-04-14Always use 7 characters for short SHA1Michael Keppler1-1/+2
2019-04-11silence PDE warning "not all packages exported"Michael Keppler1-0/+34
2019-04-08upgrade jdt preferencesMichael Keppler2-1/+43
2019-03-25Integrate the smart import wizard fragment into the EGit UI bundleThomas Wolf1-0/+174
2019-03-24Set minimum versions to the ones from Neon.0Thomas Wolf1-9/+9
2019-03-24Try to stabilize testsThomas Wolf2-14/+20

Back to the top