Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-13EGit v5.3.0.201903130848-rv5.3.0.201903130848-rMatthias Sohn2-2/+2
2019-03-08FetchGerritChangePage: don't auto-fill if user typedThomas Wolf1-38/+58
2019-03-06Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2019-03-06EGit v5.3.0.201903061415-rc1v5.3.0.201903061415-rc1Matthias Sohn2-2/+2
2019-03-05Fix NullPointerException in DeleteBranchDialog.refNameFromDialogMichael Keppler8-12/+10
2019-03-05Fix NullPointerException in MoveProjectsLabelProvider.getColumnTextMichael Keppler1-1/+11
2019-03-05Fix NullPointerException in StagingView.getSelectionOfPartMichael Keppler1-0/+3
2019-03-05NullPointerException in Repository.resolveMichael Keppler1-3/+6
2019-03-05NullPointerException in DeleteBranchCommand.executeMichael Keppler1-1/+3
2019-03-05Merge "Improve staging area refresh performance"Thomas Wolf1-4/+19
2019-03-05Merge "Refresh repositories view after clean command"Thomas Wolf3-0/+28
2019-03-05Improve staging area refresh performanceMichael Keppler1-4/+19
2019-03-05[history] Prevent NPE in GenerateHistoryJobThomas Wolf5-115/+45
2019-03-04Prevent NPE in MergeResultDialogThomas Wolf1-2/+5
2019-03-02Refresh repositories view after clean commandMichael Keppler3-0/+28
2019-03-02Add icon to all "Copy commit Id" menusMichael Keppler3-1/+6
2019-03-02Use date format preferences for branch proposal tooltipMichael Keppler1-1/+4
2019-03-01Sort branches naturally in commit viewer and commit infoMichael Keppler2-1/+9
2019-02-28Rebase interactive view: consistent continue/skip/abort enablementThomas Wolf3-27/+66
2019-02-26NullPointerException in RemoveCommand.findProjectsToDeleteMichael Keppler1-2/+4
2019-02-25NullPointerException in Repository.shortenRefNameMichael Keppler1-0/+6
2019-02-24Avoid plenkenMichael Keppler2-2/+2
2019-02-20Don't trigger decorations for getting an image of a RepositoryTreeNodeThomas Wolf1-0/+8
2019-02-20Group context menu items correctlyMichael Keppler1-0/+3
2019-02-20Avoid NPE on File.list() return valuesMichael Keppler1-2/+3
2019-02-20[history] Handle workspace and non-workspace files alikeThomas Wolf4-68/+37
2019-02-19Use commit wizard banner in commit dialogMichael Keppler2-9/+3
2019-02-19Fix typos in NLS keysMichael Keppler4-6/+6
2019-02-19Align onboarding text in repositories view top leftMatthias Becker1-3/+3
2019-02-17Make merge viewers react better on outside changesThomas Wolf11-482/+343
2019-02-17Use more natural and case insensitive sortingMichael Keppler8-21/+33
2019-02-17Follow variable naming conventionMichael Keppler1-7/+7
2019-02-17Avoid camelCase writing for workbenchMichael Keppler11-38/+38
2019-02-16Display more icons in egit menu itemsMichael Keppler1-2/+32
2019-02-15Minor formatting fixes in UI plugin.xmlThomas Wolf1-161/+137
2019-02-15Simplify context menu actions in CommitFileDiffViewerThomas Wolf1-40/+39
2019-02-15CommitFileDiffViewer: better performance for huge commitsTim Neumann14-353/+496
2019-02-15Merge "Set initial focus for empty remote configuration"Thomas Wolf3-1/+18
2019-02-15Merge "Show full branch name in status bar"Thomas Wolf1-0/+7
2019-02-15Merge "Avoid traversing git history for added files"Thomas Wolf1-5/+16
2019-02-14Avoid traversing git history for added filesThomas Wolf1-5/+16
2019-02-13Show full branch name in status barMichael Keppler1-0/+7
2019-02-12Always compute enablement of Merge Tool action.Christian W. Damus1-1/+13
2019-02-09Set initial focus for empty remote configurationMichael Keppler3-1/+18
2019-02-05Close resourcesMichael Keppler1-2/+2
2019-02-04remove empty layout column from wizard pageMichael Keppler1-2/+1
2019-02-03Handle invalid repository search path, part 2Thomas Wolf3-10/+23
2019-02-02Use PathFilterGroup where possible instead of or-ed PathFiltersThomas Wolf4-59/+48
2019-02-02Handle invalid repository search pathThomas Wolf1-25/+14
2019-01-31Fix compile error with egit-4.5 targetMichael Keppler1-1/+1

Back to the top