Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-21History: keep commit selected if branches to show changeThomas Wolf2-30/+90
2019-08-21Fix silent failure on conflicting checkout after branch creation.Max Hohenegger1-3/+10
2019-08-20Remove duplicate configure fetch/push commandsMichael Keppler1-14/+4
2019-08-20Suppress history for structural RepositoryTreeNodesMichael Keppler1-5/+18
2019-08-15History: show diffs for merges in first-parent modeThomas Wolf3-10/+33
2019-08-15Show standard message box on paste to repo view errorMichael Keppler3-6/+11
2019-08-15Don't decorate ResourceMappings mapping only unshared resourcesThomas Wolf4-5/+59
2019-08-15Handle Java templates initialization error silentlyMichael Keppler1-11/+18
2019-08-15Log exception in create branch wizardMichael Keppler1-0/+1
2019-08-15Always check for merge commit when opening file diffMichael Keppler2-11/+12
2019-08-15Bind F2 on repo node to rename of current branchMichael Keppler2-11/+51
2019-08-14Add "show first parent only" button to the history viewTim Neumann10-32/+253
2019-08-14Fix progress reporting for some commandsMichael Keppler3-9/+19
2019-08-10Fix typos in localizationMichael Keppler1-2/+2
2019-08-09Fix equals & hashCode of StashedCommitNodeThomas Wolf1-0/+11
2019-07-31Clear input of history view when repository is removedMatthias Sohn1-0/+28
2019-07-22Log an error if the reflog cannot be readThomas Wolf1-13/+14
2019-07-21Fix a few instances where repositories are not closedThomas Wolf3-13/+15
2019-07-21Fix CommitFileDiffViewer/"Show in History" for non-resourcesThomas Wolf1-3/+3
2019-07-16Put a "presentation" button in the unstaged viewer's toolbarThomas Wolf3-140/+296
2019-07-07Replace deprecated getRefs() callsMichael Keppler3-10/+17
2019-07-07Avoid duplicate entries in the history view's view historyThomas Wolf1-7/+12
2019-07-07Fix showing selected refs or commits in history viewThomas Wolf2-8/+44
2019-07-04Speed up image decoration for remote branch nodesMichael Keppler1-11/+9
2019-07-03Merge "Add more command icons"Michael Keppler1-0/+12
2019-07-03Repositories view: check for submodules when reacting on selectionThomas Wolf1-13/+42
2019-07-01Add more command iconsMichael Keppler1-0/+12
2019-06-30unify bundle name placeholdersMichael Keppler2-4/+4
2019-06-29Simplify getting the children of a BranchHierarchyNodeThomas Wolf2-74/+26
2019-06-28Fix grammar in tooltip for lightweight tag creationThomas Wolf1-1/+1
2019-06-27Added option to create light weight tagsMarco Stornelli4-59/+116
2019-06-25Use computeIfAbsent where possibleMichael Keppler5-28/+14
2019-06-24Enable the "Switch To..." menu for submodule foldersThomas Wolf3-3/+57
2019-06-24Fix NPE in RepositoriesViewPropertyTesterMichael Keppler1-8/+4
2019-06-24Avoid NPE in FetchGerritChangePageThomas Wolf1-3/+10
2019-06-23Merge "Improve reflog view updates"Michael Keppler3-79/+240
2019-06-20Reword commit dialog - Use verbs instead of OKLars Vogel3-0/+14
2019-06-20Hide "Rebase sucessfull" dialog by defaultFlorian Meyer1-1/+1
2019-06-19Restore behavior of exception reporting during branch switchThomas Wolf1-1/+1
2019-06-14Improve reflog view updatesThomas Wolf3-79/+240
2019-06-13Prepare 5.5.0-SNAPSHOT buildsMatthias Sohn2-91/+91
2019-06-13Prepare 5.4.1-SNAPSHOT buildsMatthias Sohn2-91/+91
2019-06-12EGit v5.4.0.201906121030-rv5.4.0.201906121030-rMatthias Sohn2-2/+2
2019-06-11Cleanup removal of adapter workaroundMatthias Sohn2-16/+8
2019-06-10Remove pre-Mars adapter workaroundMichael Keppler41-133/+138
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

Back to the top