Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-26[repo view] Link with selection: immediate reaction, show open editorsThomas Wolf5-205/+153
2019-10-25[repo view] Do not allow removing submodules from viewAlexander Nittka1-1/+4
2019-10-25Bug 552426 - Replace usage of deprecated AbstractUIPlugin#getWorkbenchKarsten Thoms2-2/+2
2019-10-25Eliminate some new FindBugs warningsThomas Wolf3-7/+7
2019-10-24Use Title case for Interactive Rebase stepsMichael Keppler1-1/+1
2019-10-24Rename "Rebase Interactive" view to "Interactive Rebase"Michael Keppler2-3/+3
2019-10-24Add missing revert icon to reflog viewMichael Keppler1-0/+2
2019-10-24[history view] Title Case for file scope tooltipThomas Wolf1-6/+6
2019-10-24[repo view] Ellipses for the add/clone/create commands in view menuThomas Wolf2-16/+27
2019-10-22[preferences] Apply defaults in the right preference storeThomas Wolf3-17/+23
2019-10-22Make UIUtils.addContentProposalToText() @NonNullThomas Wolf1-3/+2
2019-10-17[repo view] Let "link with selection" be always enabledThomas Wolf10-153/+116
2019-10-16SubmoduleUpdateCommand: close SubmoduleWalk and submodule repositoriesThomas Wolf1-9/+27
2019-10-16Close SubmoduleWalk in RepositoriesViewContentProviderThomas Wolf1-3/+2
2019-10-15Stashing files: Remember selection state for "Include untracked files"Jonas Hungershausen2-0/+13
2019-10-12Document repository view menu insertion pointsMichael Keppler1-7/+7
2019-10-12Improve wizard message in Git import wizardMichael Keppler1-1/+1
2019-10-12[history] Continuous keyboard scrolling over the commit/diff viewerThomas Wolf2-323/+502
2019-10-12[regression] Fix resource refreshes after git operationsThomas Wolf3-6/+184
2019-10-10Rely on synchronous ResourceRefreshHandler to refresh after checkoutMatthias Sohn3-408/+1
2019-10-10[regression][history] Work-around NPE on toggling search barAndrey Loskutov1-0/+16
2019-10-09Use native SWT checkboxes in RefSpecPanelThomas Wolf12-257/+231
2019-10-09[history] Scrolling in the commit/diff viewerThomas Wolf1-0/+56
2019-10-08Trim input when searching for SHA1Michael Keppler1-1/+2
2019-10-08Avoid NPE after repository deletionMichael Keppler1-0/+4
2019-10-07Use Apache HTTP by defaultThomas Wolf3-0/+31
2019-10-04Preserve executable bit when editing index entriesThomas Wolf1-2/+2
2019-10-02Don't return a path for an IStorage representing an index entryThomas Wolf1-2/+1
2019-10-01Fix git history page double refresh bug on repo switchTim Neumann1-5/+13
2019-10-01Cancel file diff viewer updates earlyMichael Keppler1-1/+8
2019-10-01Simplify collection.toArray() callsMichael Keppler15-29/+19
2019-10-01Avoid intermediate selection change for Stage/Unstage allMichael Keppler1-17/+17
2019-09-30Adapt editor inputs to IFile for merge with index stage 2 as inputThomas Wolf4-75/+166
2019-09-27CommitFileDiffViewer should use fast hash lookupLars Vogel1-0/+1
2019-09-21Migrate JDT project settings to 2019-09 formatMichael Keppler2-1/+19
2019-09-20[history] Clear selection before clearing commit tableThomas Wolf1-2/+2
2019-09-20Replace String.equals("") by String.isEmpty()Thomas Wolf7-7/+8
2019-09-17Use HashMap.computeIfAbsent()Thomas Wolf5-41/+14
2019-09-17Match full branch names in branch selection dialogMichael Keppler1-1/+21
2019-09-17Improve performance of command parameter completionMichael Keppler1-9/+9
2019-09-17New filter icons for Eclipse 4.14Thomas Wolf11-7/+17
2019-09-15Re-layout line number ruler in unified diff viewerThomas Wolf1-0/+9
2019-09-12Use HTTPS linksThomas Wolf1-2/+2
2019-09-11Merge branch 'stable-5.5'Matthias Sohn1-0/+49
2019-09-11Prepare 5.5.1-SNAPSHOT buildsMatthias Sohn2-91/+91
2019-09-11EGit v5.5.0.201909110433-rv5.5.0.201909110433-rMatthias Sohn2-2/+2
2019-09-09Fix saving in the merge editorThomas Wolf1-0/+49
2019-09-08Remove unused codeMichael Keppler1-7/+0
2019-09-08Fix typos in commentsMichael Keppler2-2/+2
2019-09-08Fix visibility of Team->Advanced->Create TagThomas Wolf1-1/+3

Back to the top