Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-27Replace deprecated junit assertion methods with hamcrestMatthias Sohn10-13/+15
2020-01-27Update Orbit to I20200126235943Michael Keppler1-3/+3
2019-12-28Remove redundant type informationMichael Keppler4-6/+6
2019-12-28Enable and execute cleanup "Push down negations"Michael Keppler2-6/+6
2019-12-27Upgrade project properties to 2019-12 formatMichael Keppler3-1/+8
2019-12-26Fix typo in testsMichael Keppler5-25/+25
2019-12-23[ref filters] Prevent exception on canceling the dialogThomas Wolf1-0/+16
2019-12-15[deco cache] Reset BranchStatus cache on ConfigChangedEventThomas Wolf1-2/+57
2019-12-13[repo view] Simpler refresh, better decorator setup, simpler listenersThomas Wolf1-1/+1
2019-12-05Prepare 5.7.0-SNAPSHOT buildsMatthias Sohn2-18/+18
2019-11-29[tests] Stabilize StashesMenuTestThomas Wolf1-0/+6
2019-11-27[releng] Try project deletion multiple timesMichael Keppler1-38/+2
2019-11-23Ref filter dialog: use standard Eclipse variable syntaxThomas Wolf3-81/+54
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

Back to the top