Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-13Suggest complete repository path in NewRepositoryWizardMichael Keppler1-2/+24
2018-05-13Ignore IndexChangedEvent if it originates from the same JGit processMatthias Sohn1-1/+1
2018-05-13Speed up the RepositoriesViewContentProviderThomas Wolf1-81/+71
2018-05-05Replace deprecated getRefs() callsMichael Keppler1-4/+3
2018-05-04Silence all "unused object" warningsMichael Keppler1-0/+1
2018-04-25Repositories view blocks Eclipse on startupMichael Keppler1-6/+43
2018-04-25Branch name validation is slow for big repositoriesMichael Keppler1-1/+32
2018-04-02Show affected projects when deleting repositoryMichael Keppler2-9/+28
2018-04-01Create Repository: use "Create" instead of "Finish" for default buttonThomas Wolf1-1/+16
2018-04-01Add Repository: use "Add" instead of "Finish" for default buttonThomas Wolf2-2/+16
2018-04-01Select repositories via double-click in RepositorySearchDialogMichael Keppler1-0/+7
2018-02-27Delete Repository dialog: use "Delete" instead of "OK" for buttonJonas Hungershausen1-0/+9
2017-12-05Specialized labels for Push dialog buttonsMickael Istria1-1/+2
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-10Update submodule nodes when submodule refs changeThomas Wolf1-6/+20
2017-07-13Toolbar button to switch repositories in git viewsThomas Wolf1-1/+7
2017-07-09Add descriptive message to directory browsersMichael Keppler2-0/+3
2017-06-30Use "Check Out" for the default button in checkout confirmation dialogThomas Wolf1-12/+28
2017-05-22Don't auto-share for closed projects or for bare repositoriesThomas Wolf1-8/+25
2017-05-10Fix node selection in AbstractBranchSelectionDialogThomas Wolf1-0/+11
2017-05-08Fix NPE in SubmoduleUpdateCommandThomas Wolf1-2/+9
2017-05-05Fix representation toggle commands in the repositories viewThomas Wolf3-45/+52
2017-04-20Move default tooltip inside BranchNameNormalizerThomas Wolf1-2/+1
2017-03-20Revert "Use ViewerComparator instead of deprecated ViewerSorter"David Pursehouse1-2/+2
2017-03-16Use ViewerComparator instead of deprecated ViewerSorterDavid Pursehouse1-2/+2
2017-03-16Add missing newlines at ends of Java filesDavid Pursehouse2-2/+2
2017-03-12RepositoriesViewContentProvider: Remove redundant null-checksDavid Pursehouse1-2/+2
2017-03-09[duplicate code] Refactor SimpleConfigure(Fetch|Push)DialogThomas Wolf1-6/+9
2017-02-21Branch name normalization: use content assistThomas Wolf1-2/+4
2017-02-17Added branch normalizer to branch rename dialogWim Jongman1-42/+2
2017-02-07Removed normalizer button from UIWim Jongman1-20/+1
2017-02-04Clean up progress monitor management throughout EGitMatthias Sohn1-11/+9
2017-01-28Enable importing multiple projects from working treeWim Jongman1-19/+69
2017-01-18Normalize the branch name in the CreateBranchWizardWim Jongman1-1/+62
2017-01-02Do not dereference Path.getFileName() without null checkAndrey Loskutov1-2/+10
2016-12-23Validate target repository path entered by the userMatthias Sohn1-21/+16
2016-12-17Improve search implementation in RepositorySearchDialogMatthias Sohn1-54/+179
2016-12-16Show Git Staging view in Git Repositories view's Show In menuDani Megert1-1/+4
2016-12-16Replace use of deprecated SubProgressMonitor with SubMonitorMatthias Sohn2-10/+16
2016-12-08Improve error handling when using SecureStoreMatthias Sohn1-7/+2
2016-12-07Turn the DiffEditorPage into a real TextEditorThomas Wolf1-2/+10
2016-12-04Merge branch 'stable-4.5'Matthias Sohn1-0/+3
2016-11-27Fix NPE in RepositorySearchDialogstable-4.5Matthias Sohn1-0/+3
2016-11-02Hide warning when reconfiguring upstream from local to remote branchMichael.Keppler1-1/+4
2016-10-26Avoid potential deadlocks in repositories viewAndrey Loskutov1-81/+134
2016-10-20Handle rebase modes 'preserve' and 'interactive' in EGitThomas Wolf1-43/+40
2016-09-28Fix in Git Repositories View updateThomas Wolf1-2/+5
2016-09-23Fix in Git Repositories View updateThomas Wolf1-2/+5
2016-09-07Do not discard uncommitted changes when updating submodulesStephen Elsemore1-1/+56

Back to the top