Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Update license to EPL-2.0Matthias Sohn19-38/+76
2018-01-28Fix wrongly used IExtension.getNamespaceIdentifier()Andrey Loskutov1-3/+8
2017-12-29Sort branches in clone wizard case insensitiveMichael Keppler1-1/+1
2017-09-26Ignore invalid .project files when importing projectsThomas Wolf3-17/+27
2017-08-19Remove repository from ListRemoteOperationMatthias Sohn1-10/+1
2017-05-05Open the clone wizard when a git URL is dropped anywhere on EclipseIan Pun2-0/+537
2017-03-16Add missing newlines at ends of Java filesDavid Pursehouse3-3/+3
2017-02-12Fix CCE in "Import projects from Git" wizardAndrey Loskutov1-1/+6
2017-02-04Clean up progress monitor management throughout EGitMatthias Sohn4-38/+45
2017-02-01[findbugs] Use Integer.valueOf() instead of new Integer()Thomas Wolf1-2/+2
2017-01-28Enable importing multiple projects from working treeWim Jongman3-17/+77
2017-01-05[findbugs] resolve SF_SWITCH_NO_DEFAULT warningsThomas Wolf1-0/+1
2016-12-23Validate target repository path entered by the userMatthias Sohn1-11/+5
2016-12-16Replace use of deprecated SubProgressMonitor with SubMonitorMatthias Sohn1-56/+52
2016-09-23Fix in Git Repositories View updateThomas Wolf1-6/+6
2016-07-11Improve Gerrit configurationThomas Wolf1-2/+7
2016-07-06Suppress bare repositories in RepositorySearchDialogMatthias Sohn1-1/+1
2016-07-03Fix NoWorkTreeException in GitImportWizardThomas Wolf2-7/+71
2016-06-20Fix NPE in GitSelectRepositoryPage.checkPage()Thomas Wolf1-11/+22
2016-05-31Fix NPE in CloneDestinationPage.checkPreviousPageSelections()Matthias Sohn1-3/+4
2016-05-31Fix NPE in SourceBranchPage/CloneDestinationPage.revalidate()Matthias Sohn3-12/+22
2016-05-24Fix NPE in GitSelectRepositoryPage.refreshRepositoryList()Matthias Sohn1-1/+1
2016-04-20Remove redundant type information from org.eclipse.egit.uiLars Vogel12-18/+18
2016-02-27Do not autofill clone wizard for arbitrary clipboard inputThomas Wolf2-0/+63
2015-11-27Fixed violations of Ref.getObjectId() nullness contractAndrey Loskutov1-4/+12
2015-10-22Alleviate problems on case-insensitive file systemsThomas Wolf1-1/+3
2015-08-28Auto-configure Gerrit after ssh cloneThomas Wolf1-8/+16
2015-08-14Use default repository location for all import wizardsAndrey Loskutov1-9/+3
2015-07-03Annotated RepositoryMapping.getGitDirAbsolutePath() as @NullableAndrey Loskutov1-2/+6
2015-03-24Add missing @Override annotations to org.eclipse.egit.uiLars Vogel13-0/+78
2015-03-19Wizard invoking automated importMickael Istria1-1/+5
2015-02-26Auto-configure Gerrit configuration if repository is cloned from GerritMatthias Sohn1-0/+9
2015-02-23Declare CloneDestinationPage publicMatthias Sohn1-1/+11
2014-07-24Job.belongsTo(family) should not fail on 'null' family argumentAndrey Loskutov1-1/+1
2014-07-07Move FilteredCheckboxTree and CachedCheckboxTreeViewer to componentsRobin Stocker2-4/+4
2014-05-01Import: Connect projects from submodules to correct repoRobin Stocker4-23/+38
2014-03-24Always configure credentials provider for remote operationsMatthias Sohn1-2/+4
2014-02-19Prevent premature UI refreshes by batching resource changed eventsMatthias Sohn1-2/+3
2013-12-07Fix "overlaps the location of another project" when importingRobin Stocker1-4/+33
2013-12-07Import wizard: Move page init code from getNextPage to setVisibleRobin Stocker1-7/+14
2013-11-02Fix misleading error message in clone wizardStefan Lay1-2/+3
2013-10-31Prohibit invalid remote name in clone wizardMichael Keppler1-2/+11
2013-10-21Expand the "Working Directory" node in import wizardChristian Georgi1-0/+4
2013-05-26Improve usability of project filter in import projects pageRobin Stocker1-1/+16
2013-05-26Substitute variables in "Default repository folder" before using itRobin Stocker1-15/+8
2013-04-24Remove unnecessary usage of the internal FileRepository classRobin Rosenberg2-5/+6
2013-03-19Bump EGit version to 3.0.0 and require JGit 3.0.0Robin Rosenberg2-2/+2
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg15-18/+18
2013-02-21Place 'Search for nested projects' closer to the projects listDani Megert1-3/+6
2013-02-11Remember "Search for nested projects" checkbox state in import wizardsRobin Stocker3-2/+38

Back to the top