Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-25Natural sort for refs in FetchResultTableThomas Wolf1-1/+3
2018-05-13Suggest complete repository path in NewRepositoryWizardMichael Keppler3-2/+28
2018-05-13Ignore IndexChangedEvent if it originates from the same JGit processMatthias Sohn3-2/+5
2018-05-13Improve asynchronous Eclipse workspace refreshes done by EGitThomas Wolf1-75/+384
2018-05-13Natural sort for tags in CreateTagDialogThomas Wolf1-6/+13
2018-05-13Speed up the RepositoriesViewContentProviderThomas Wolf1-81/+71
2018-05-12Allow cherry-picking a Gerrit changeThomas Wolf5-386/+495
2018-05-12Improve check for uncommitted changes before cherry-pickThomas Wolf4-77/+178
2018-05-12Allow cherry-picking merge commitsThomas Wolf4-16/+90
2018-05-12Merge "Respect gitattributes in the compare editor"Matthias Sohn3-71/+124
2018-05-06Use verbs in BranchSelectionDialogMichael Keppler8-33/+62
2018-05-05Respect gitattributes in the compare editorThomas Wolf3-71/+124
2018-05-05Replace deprecated getRefs() callsMichael Keppler15-59/+49
2018-05-04Silence all "unused object" warningsMichael Keppler13-2/+14
2018-04-25Repositories view blocks Eclipse on startupMichael Keppler3-6/+47
2018-04-25Branch name validation is slow for big repositoriesMichael Keppler1-1/+32
2018-04-24Fix typos in UIMichael Keppler1-2/+2
2018-04-19Use substring matches in filter in AbstractBranchSelectionDialogThomas Wolf1-4/+7
2018-04-12Keep Gerrit Change-Id for conflicting cherry-pickThomas Wolf1-4/+6
2018-04-03Fix invalid thread access in staging view when config changesThomas Wolf1-1/+2
2018-04-02Show affected projects when deleting repositoryMichael Keppler2-9/+28
2018-04-01[staging] Support wildcard filterMichael Keppler2-15/+40
2018-04-01Create Repository: use "Create" instead of "Finish" for default buttonThomas Wolf3-1/+20
2018-04-01Add Repository: use "Add" instead of "Finish" for default buttonThomas Wolf4-2/+20
2018-04-01Select repositories via double-click in RepositorySearchDialogMichael Keppler1-0/+7
2018-03-30Update staging view on repository config changesMichael Keppler1-0/+11
2018-03-26Remove some margins in staging viewMatthias Sohn1-8/+10
2018-03-21Merge changes from topic 'remove-deprecated'Matthias Sohn1-94/+0
2018-03-15Use PathFilterGroup instead of PathFilter if possibleThomas Wolf1-2/+2
2018-03-10Remove deprecated UIUtils#applyHyperlinkDetectorStyleRangesMatthias Sohn1-94/+0
2018-03-02Speed up getting the last commit that changed a fileThomas Wolf1-0/+1
2018-02-27Delete Repository dialog: use "Delete" instead of "OK" for buttonJonas Hungershausen3-0/+12
2018-02-26Use "Close" instead of "Ok" on the confirmation button ofJonas Hungershausen3-1/+6
2018-02-17Discard Local Changes should use verbs if triggered from Staging ViewLars Vogel1-3/+10
2018-02-17Dialog message shall be complete sentenceMichael Keppler1-1/+1
2018-02-13Include local branch name in proposalsThomas Wolf7-28/+60
2018-02-13Prevent NPE in RefContentProposal.appendObjectSummaryThomas Wolf1-6/+8
2018-02-13Prevent MissingObjectException being logged in ref content proposalThomas Wolf10-27/+68
2018-02-13Asynchronous content proposals for upstream refs in PushBranchPageThomas Wolf6-57/+366
2018-02-13Generalize UIUtils.addContentProposalToText a bit moreThomas Wolf4-89/+116
2018-02-13Make the PushWizardDialog a NonBlockingWizardDialogThomas Wolf2-19/+10
2018-02-13Remove extra progress popupThomas Wolf2-1/+2
2018-02-13Extract the asynchronous future from FetchGerritChangePageThomas Wolf2-241/+375
2018-02-03Fix focus handling in GitHistoryPageThomas Wolf1-6/+30
2018-02-03Provide option to copy file names in staging view to clipboardFabian Pfaff3-0/+79
2018-02-01Select "ssh" protocol also for git-style URLs without schemeThomas Wolf1-2/+3
2018-01-28Fix wrongly used IExtension.getNamespaceIdentifier()Andrey Loskutov1-3/+8
2018-01-28Fix non-modal PushResultDialogThomas Wolf1-0/+1
2018-01-27Fix broken indentation in PushBranchPageMichael Keppler1-1/+1
2018-01-18Avoid internal job being displayed in progress viewMichael Keppler1-0/+1

Back to the top