Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-11EGit v4.8.0.201706111038-rv4.8.0.201706111038-rMatthias Sohn2-2/+2
2017-06-11Fix visibleWhen for Team->Advanced->CleanThomas Wolf1-1/+3
2017-06-05Backwards compatibility with Eclipse Luna & MarsThomas Wolf3-7/+12
2017-05-22Change confirm hard reset dialog Yes- and No-button labelDavid Weiser3-2/+15
2017-05-22Don't auto-share for closed projects or for bare repositoriesThomas Wolf1-8/+25
2017-05-22Fix NPE in RepositorySelectionPageThomas Wolf1-1/+1
2017-05-22Fix NPE in RepositorySelectionPageThomas Wolf1-12/+14
2017-05-22Set focus when context menu in staging view appearsThomas Wolf1-0/+1
2017-05-18Adds mnemonics to the buttons in the git staging viewLars Vogel1-1/+1
2017-05-18Remove defaultHandlers for CommitEditor commandsThomas Wolf6-32/+140
2017-05-18CommitEditor: fix check-out button displayThomas Wolf4-4/+30
2017-05-17Change discard local changes dialog OK-button labelDavid Weiser3-2/+17
2017-05-16Support multiple ICommitMessageProvider implementationsStefan Rademacher3-28/+53
2017-05-15Remove defaultHandler for the "Clean..." commandThomas Wolf1-28/+23
2017-05-10Makes a double click on a staging view folder node expand itFabian Pfaff1-0/+9
2017-05-10Fix node selection in AbstractBranchSelectionDialogThomas Wolf2-4/+49
2017-05-09Remove defaultHandlers for the Rebase submenuThomas Wolf1-84/+81
2017-05-09Workaround for HiDPI line number rulers on macOS retinaMarkus Keller2-1/+32
2017-05-08Fix NPE in SubmoduleUpdateCommandThomas Wolf1-2/+9
2017-05-07SpellCheckingMessageArea cleanup & prevent NPE when spellcheck disabledThomas Wolf5-219/+126
2017-05-06Workaround to enable linking multiple resources to HistoryViewMartin Fleck3-4/+351
2017-05-05Make HyperlinkTokenScanner more robustThomas Wolf1-26/+45
2017-05-05Open the clone wizard when a git URL is dropped anywhere on EclipseIan Pun4-42/+550
2017-05-05Load the reflog view asynchronouslyThomas Wolf4-39/+117
2017-05-05Use Java 8 "\\v" regexp instead of older Java 7 regexpThomas Wolf1-1/+1
2017-05-05[findbugs] resolve a SF_SWITCH_NO_DEFAULT false positiveThomas Wolf1-1/+1
2017-05-05Fix representation toggle commands in the repositories viewThomas Wolf3-45/+52
2017-05-05Use verbs in PullResultDialog instead of OKDavid Weiser1-1/+2
2017-05-03Update EGit state when only FETCH_HEAD changesThomas Wolf3-8/+56
2017-05-03Non-blocking content-assist in FetchGerritChangePageThomas Wolf5-63/+966
2017-05-03Refactor and simplify FetchGerritChangePageMatthias Sohn3-142/+102
2017-05-02Improve pasting into Change field in FetchGerritChangePageThomas Wolf1-10/+39
2017-05-02Don't decorate when the workspace is not yet ready.Thomas Wolf1-2/+5
2017-04-25Give the tag field in FetchGerritChangePage a BranchNameNormalizerThomas Wolf3-0/+7
2017-04-21Expand/collapse folder nodes in DiffEditorOutline on double clickThomas Wolf1-0/+17
2017-04-20Remove default handlers for RemoveCommand in the repositories viewThomas Wolf1-28/+27
2017-04-20Fix "checkout" used as a verb to "check out"Thomas Wolf2-24/+24
2017-04-20Improve branch name field in FetchGerritChangePageThomas Wolf1-2/+5
2017-04-20Move default tooltip inside BranchNameNormalizerThomas Wolf5-12/+18
2017-04-20Add a BranchNameNormalizer to the PushBranchPageMichael Keppler2-2/+12
2017-04-20Adds mnemonics to the buttons in the git staging viewFabian Pfaff1-2/+2
2017-04-20Merge "Add mnemonic to "Continue" button in "Running Launch" dialog"Thomas Wolf1-1/+1
2017-04-20Add mnemonic to "Continue" button in "Running Launch" dialogDavid Weiser1-1/+1
2017-04-19Give egit popup menus unique idsAndrey Loskutov1-0/+8
2017-04-05Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2-90/+90
2017-03-30Use "Cherry-pick" for default button in ConfirmCherryPickDialogDavid Weiser3-9/+13
2017-03-28Don't try to dereference null context on shutdownAndrey Loskutov1-3/+8
2017-03-23Redo "Use ViewerComparator instead of deprecated ViewerSorter"Thomas Wolf7-15/+15
2017-03-22Fix NPE in StagingView.commit()Matthias Sohn1-2/+3
2017-03-20Revert "Use ViewerComparator instead of deprecated ViewerSorter"David Pursehouse9-19/+19

Back to the top