Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-07Better default editor opening for file revisionsThomas Wolf4-26/+104
2018-07-05Fix error marker updates in staging viewThomas Wolf1-17/+43
2018-07-05Staging view: update author/committer on config changesThomas Wolf2-22/+96
2018-06-30Sort decoration variables alphabeticallyMichael Keppler1-4/+5
2018-06-30Have sentences in message dialogsMichael Keppler1-19/+19
2018-06-30Fix history preference page field editor layoutMichael Keppler2-7/+13
2018-06-30Disable commit buttons immediately on committingMichael Keppler1-4/+11
2018-06-30Remove semicolon at end of variable descriptionsMichael Keppler1-4/+4
2018-06-30Normalize tag name when typingMichael Keppler3-9/+5
2018-06-30DatePreferencePage does not wrap explanation labelMichael Keppler1-2/+2
2018-06-25Fix sort order in Staging viewThomas Wolf2-6/+12
2018-06-24Set RepositoryPropertyPage zero pixel marginMichael Keppler4-7/+16
2018-06-24StagingView wrongly sorted by state initiallyMichael Keppler1-1/+1
2018-06-23Improve share wizard window titleMichael Keppler1-1/+1
2018-06-23Sort gerrit remote refs naturallyMichael Keppler2-2/+3
2018-06-23Reveal newly created entry in configuration editorMichael Keppler1-0/+19
2018-06-22History search: use CSS for text field background colorThomas Wolf1-14/+41
2018-06-18Fix CommitUI.getSelectedFiles()Thomas Wolf1-24/+46
2018-06-16Batch resource refreshesThomas Wolf2-20/+17
2018-06-16Speed up staging view tree viewer managementThomas Wolf2-26/+60
2018-06-13Merge branch 'stable-5.0'Matthias Sohn13-30/+228
2018-06-13Fix merge of wrong patchset of "EGit integration for LFS"Matthias Sohn1-16/+7
2018-06-13EGit integration for LFSMarkus Duft12-25/+242
2018-06-11Revert "Update staging view on repository config changes"Matthias Sohn1-12/+0
2018-06-06Use hash lookup for TreeViewersThomas Wolf2-0/+2
2018-06-04Refactor class to contain its private methodsMichael Keppler1-25/+27
2018-06-04Reload commit info in history only if selection really changedThomas Wolf1-0/+3
2018-06-04Do not display "[NO-HEAD]" for empty repositoryThomas Wolf9-23/+206
2018-06-04Complete the hovers in the CommitGraphTableThomas Wolf1-12/+52
2018-05-29Merge branch 'stable-5.0'Matthias Sohn621-1242/+2482
2018-05-29Update license to EPL-2.0Matthias Sohn621-1242/+2482
2018-05-28FetchGerritChangePage: automatic content-assist on pasteThomas Wolf1-5/+28
2018-05-28Remove duplicate code in RepositoriesViewContentProviderThomas Wolf1-86/+44
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 Sohn2-2/+2
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

Back to the top