Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Rename RepositoriesViewLabelProvider to RepositoryTreeNodeLabelProviderThomas Wolf1-6/+6
2018-08-06Use an asynchronous lightweight decorator in the repositories viewThomas Wolf12-106/+117
2018-07-05Staging view: update author/committer on config changesThomas Wolf2-3/+235
2018-05-29Update license to EPL-2.0Matthias Sohn132-265/+527
2018-05-05Respect gitattributes in the compare editorThomas Wolf1-0/+182
2018-04-24Silence unusual equals() argument type warningsMichael Keppler6-22/+22
2018-04-01Create Repository: use "Create" instead of "Finish" for default buttonThomas Wolf1-2/+4
2018-04-01Add Repository: use "Add" instead of "Finish" for default buttonThomas Wolf1-1/+1
2018-02-27Delete Repository dialog: use "Delete" instead of "OK" for buttonJonas Hungershausen1-4/+9
2018-02-01Select "ssh" protocol also for git-style URLs without schemeThomas Wolf1-0/+12
2017-12-05Specialized labels for Push dialog buttonsMickael Istria1-2/+2
2017-11-24Merge branch 'stable-4.9'Matthias Sohn1-0/+14
2017-11-20[test stability] CompareActionsTest assumes resource modelThomas Wolf1-0/+14
2017-10-27Commit editor branch handling fixesAndrey Loskutov1-3/+3
2017-10-16Move history page actions into plugin.xml and remove default handlersThomas Wolf1-2/+2
2017-09-18[test stability] Wait for expected dialog to become activeThomas Wolf1-0/+2
2017-09-14Add a test for cloning via HTTPSThomas Wolf2-5/+122
2017-08-19Remove repository from ListRemoteOperationMatthias Sohn1-2/+1
2017-08-07Use verbs in UnmergedBranchDialogDavid Weiser1-1/+2
2017-07-13Toolbar button to switch repositories in git viewsThomas Wolf1-0/+233
2017-07-07Improve hard-wrapping in commit messagesThomas Wolf1-0/+41
2017-06-30FetchGerritChangePage: auto-supply highest patch set numberThomas Wolf1-1/+18
2017-06-30Use "Check Out" for the default button in checkout confirmation dialogThomas Wolf1-1/+3
2017-06-28FetchGerritChangePage: also try to determine the patch set numberThomas Wolf1-29/+60
2017-06-25Add ICommitMessageProvider2 for caret positioning in commit messagesStefan Rademacher7-205/+766
2017-06-21Removes the usage of StringBuffer in GitCloneWizardTestBaseLars Vogel1-1/+1
2017-06-20Use verbs in PushResultDialog instead of OKDavid Weiser1-1/+1
2017-06-13More fitting Decoration Support for ResourceMappings in generalMartin Fleck6-72/+1193
2017-06-08Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2-17/+33
2017-06-07Disable running autoGC in the background for EGit testsMatthias Sohn2-1/+35
2017-05-22Change confirm hard reset dialog Yes- and No-button labelDavid Weiser2-2/+4
2017-05-17Change discard local changes dialog OK-button labelDavid Weiser1-6/+11
2017-05-16Support multiple ICommitMessageProvider implementationsStefan Rademacher1-0/+150
2017-05-12[tests] Use mocked git user/system configs for repository testsThomas Wolf1-0/+18
2017-05-10Fix node selection in AbstractBranchSelectionDialogThomas Wolf1-0/+46
2017-05-05Make HyperlinkTokenScanner more robustThomas Wolf1-3/+49
2017-05-05Use verbs in PullResultDialog instead of OKDavid Weiser1-1/+1
2017-04-25Revert "Fix CommandEnablementTest"Thomas Wolf1-5/+3
2017-04-21Fix CommandEnablementTestThomas Wolf1-3/+5
2017-03-16DiffRegionFormatterTest: Open DiffRegionFormatter in try-with-resourceDavid Pursehouse1-7/+8
2017-03-16Open Git instances in try-with-resource in testsDavid Pursehouse9-52/+72
2017-03-16Add missing newlines at ends of Java filesDavid Pursehouse4-4/+4
2017-03-09[duplicate code] Refactor SimpleConfigure(Fetch|Push)DialogThomas Wolf1-13/+15
2017-03-01Prevent creation of invalid git config keysThomas Wolf1-15/+62
2017-02-21Branch name normalization: use content assistThomas Wolf1-2/+5
2017-02-17Added branch normalizer to branch rename dialogWim Jongman1-5/+2
2017-01-30Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn1-1/+1
2016-12-28Display logical line numbers in DiffEditorPageThomas Wolf1-1/+0
2016-12-27[findBugs] Fix warning "writing static from instance method"Matthias Sohn1-5/+7
2016-12-10Rename DiffStyleRangeFormatter and friendsThomas Wolf1-14/+14

Back to the top