Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-20Merge "Make commit viewer diff list scrollable" into stable-4.9Matthias Sohn1-1/+2
2017-11-20Make commit viewer diff list scrollableMichael Keppler1-1/+2
2017-11-20Prevent NPEs on bare repositoriesThomas Wolf1-9/+8
2017-10-27Commit editor branch handling fixesAndrey Loskutov2-42/+117
2017-10-19Use newer trash icon on Eclipse Photon or newerThomas Wolf2-2/+76
2017-10-16Clean-up: resolve duplicate code in RebaseInteractiveCurrentHandlerThomas Wolf2-35/+10
2017-10-16Extensible context menu in the rebase interactive viewThomas Wolf1-20/+20
2017-10-16Move history page actions into plugin.xml and remove default handlersThomas Wolf6-376/+67
2017-10-16Add a property tester specific to the GitHistoryPageThomas Wolf1-0/+67
2017-10-16Add a property tester for IRepositoryCommitThomas Wolf2-0/+252
2017-10-16Introduce common interfaces IRepositoryCommit and IRepositoryObjectThomas Wolf3-7/+37
2017-09-26Ignore invalid .project files when importing projectsThomas Wolf6-23/+44
2017-09-26Partially revert "Remove repository from ListRemoteOperation"Thomas Wolf6-14/+15
2017-09-14Add a test for cloning via HTTPSThomas Wolf1-4/+6
2017-09-04Fix NotHandledException for "org.eclipse.egit.ui.RepositoriesViewOpen"Thomas Wolf1-20/+18
2017-09-04Prevent NPE below RemoveOrDeleteRepositoryCommandThomas Wolf1-4/+10
2017-08-26Edit RefSpec on double clickMichael Keppler1-0/+2
2017-08-25Trim history search patternMichael Keppler1-6/+19
2017-08-25GitHistoryPage: search widget must not react to font changesThomas Wolf1-2/+2
2017-08-23Added context actions 'Assume Unchanged' and 'Untrack'Karsten Thoms5-12/+105
2017-08-23Merge "Improve commit message validation & remove leading whitespace"Matthias Sohn3-2/+23
2017-08-21Improve commit message validation & remove leading whitespaceThomas Wolf3-2/+23
2017-08-19Remove repository from ListRemoteOperationMatthias Sohn5-25/+11
2017-08-11Merge "Use ArrayContentProvider.getInstance() where possible"Matthias Sohn3-3/+3
2017-08-11Remove trailing whitespace from commit messagesThomas Wolf1-3/+12
2017-08-10Update submodule nodes when submodule refs changeThomas Wolf1-6/+20
2017-08-10Use ArrayContentProvider.getInstance() where possibleAndreas Sewe3-3/+3
2017-08-07Use verbs in UnmergedBranchDialogDavid Weiser3-1/+5
2017-08-07Detached HEAD dialog should use verbs (close) instead of OKDavid Weiser1-6/+13
2017-08-07Commit is not possible should use verbs instead of OKDavid Weiser1-3/+6
2017-07-21Prevent NPE in LaunchFinderThomas Wolf1-0/+3
2017-07-21Adds mnemonic to "Select" button in the "Create Branch" DialogFabian Pfaff1-2/+2
2017-07-17Use verbs in RebaseResultDialog instead of OKDavid Weiser1-38/+40
2017-07-15Restrict resizing of the "Fetch from Gerrit" DialogThomas Wolf2-5/+93
2017-07-14Remove commented-out old codeThomas Wolf1-2/+0
2017-07-14Disable delete config section button for no selectionMichael Keppler3-10/+2
2017-07-13Toolbar button to switch repositories in git viewsThomas Wolf15-181/+989
2017-07-12Reduce allocations in decoratorThomas Wolf4-27/+46
2017-07-11Reflog view: serialize asynchronous loading jobsThomas Wolf2-15/+118
2017-07-09Add descriptive message to directory browsersMichael Keppler6-0/+15
2017-07-09Fix alignment of buttons in git config preference pagesMichael Keppler1-1/+3
2017-07-07Make EGit text viewers react to font and color preference changesThomas Wolf5-199/+348
2017-07-07Improve hard-wrapping in commit messagesThomas Wolf1-12/+22
2017-07-07Git history: preference-based actions must run in the UI thread.Thomas Wolf2-16/+12
2017-07-05FetchGerritChangePage: supply patch set number in the backgroundThomas Wolf3-49/+169
2017-07-03Fix history view showing only commit IDs sometimesThomas Wolf1-0/+2
2017-06-30FetchGerritChangePage: auto-supply highest patch set numberThomas Wolf1-23/+81
2017-06-30Use "Check Out" for the default button in checkout confirmation dialogThomas Wolf3-12/+32
2017-06-30Custom texts for the copy commandThomas Wolf5-30/+24
2017-06-28FetchGerritChangePage: also try to determine the patch set numberThomas Wolf1-41/+91

Back to the top