Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Do not display "[NO-HEAD]" for empty repositoryThomas Wolf1-9/+47
2018-05-29Update license to EPL-2.0Matthias Sohn22-44/+88
2018-05-05Replace deprecated getRefs() callsMichael Keppler1-4/+4
2018-02-13Include local branch name in proposalsThomas Wolf3-10/+9
2018-02-13Prevent NPE in RefContentProposal.appendObjectSummaryThomas Wolf1-6/+8
2018-02-13Prevent MissingObjectException being logged in ref content proposalThomas Wolf2-19/+50
2018-02-13Asynchronous content proposals for upstream refs in PushBranchPageThomas Wolf3-1/+277
2018-02-01Select "ssh" protocol also for git-style URLs without schemeThomas Wolf1-2/+3
2017-09-26Partially revert "Remove repository from ListRemoteOperation"Thomas Wolf2-2/+3
2017-08-19Remove repository from ListRemoteOperationMatthias Sohn2-3/+2
2017-08-10Use ArrayContentProvider.getInstance() where possibleAndreas Sewe1-1/+1
2017-07-13Toolbar button to switch repositories in git viewsThomas Wolf1-0/+313
2017-07-09Add descriptive message to directory browsersMichael Keppler1-0/+7
2017-05-22Fix NPE in RepositorySelectionPageThomas Wolf1-1/+1
2017-05-22Fix NPE in RepositorySelectionPageThomas Wolf1-12/+14
2017-05-05Open the clone wizard when a git URL is dropped anywhere on EclipseIan Pun1-42/+7
2017-04-20Move default tooltip inside BranchNameNormalizerThomas Wolf1-0/+12
2017-04-20Add a BranchNameNormalizer to the PushBranchPageMichael Keppler1-2/+6
2017-03-11Sort branches by name for content assistMichael Keppler1-0/+3
2017-03-09[duplicate code] Refactor SimpleConfigure(Fetch|Push)DialogThomas Wolf1-0/+4
2017-03-03Repository.normalizeBranchName can return nullThomas Wolf1-1/+1
2017-02-23BranchNameNormalizer: replace all Unicode whitespace by underscoreThomas Wolf1-2/+2
2017-02-21Branch name normalization: use content assistThomas Wolf1-0/+112
2017-01-05Give the PushResultDialog an image.Thomas Wolf1-0/+80
2016-10-20Handle rebase modes 'preserve' and 'interactive' in EGitThomas Wolf2-44/+155
2016-05-22Replace uses of deprecated Repository.getRef()Thomas Wolf1-1/+1
2016-05-04Merge branch 'stable-4.3'Matthias Sohn1-1/+7
2016-05-04Fix wrong cursor position while editing URIsMichael Keppler1-1/+7
2016-04-20Remove redundant type information from org.eclipse.egit.uiLars Vogel8-20/+20
2016-02-27Do not autofill clone wizard for arbitrary clipboard inputThomas Wolf1-8/+13
2016-02-17Avoid extra pop-up dialog in PullWizard when getting remote refsThomas Wolf1-16/+36
2015-12-16Improve auto-filling the repository URL from clipboard in clone wizardMatthias Sohn1-5/+7
2015-08-14Use default repository location for all import wizardsAndrey Loskutov1-1/+3
2015-07-24Fix unexpected tab order in push dialog's "Push refspec" pageKarsten Panier1-1/+7
2015-05-21Use try-with-resource to avoid leaks with RevWalk and TreeWalkMatthias Sohn1-7/+10
2015-05-15Automatic wildcard matching "Add Git repositories" dialogLars Vogel1-2/+15
2015-03-24Add missing @Override annotations to org.eclipse.egit.uiLars Vogel8-24/+53
2015-03-23Cleanup in CachedCheckboxTreeViewerLars Vogel1-15/+16
2015-03-04Accept git clone command as URIMichael Keppler1-2/+17
2015-03-02Replace deprecated ObjectReader.release()Matthias Sohn1-4/+1
2015-01-02Don't run potentially blocking operations in UI threadAndrey Loskutov1-1/+1
2014-12-22Always use EGitCredentialsProvider in EGitMatthias Sohn1-2/+2
2014-10-01Populate password field in RepositorySelectionPagerhopp1-1/+1
2014-08-02Clone Wizard: Clear unsupported fields when changing protocolAndreas Hermann1-4/+14
2014-07-08Improve simple push dialogMickael Istria1-198/+0
2014-07-07Move FilteredCheckboxTree and CachedCheckboxTreeViewer to componentsRobin Stocker2-0/+406
2014-07-02Tab key skips 'store in Secure Store'Tomasz Zarna1-1/+2
2014-05-27Ensure that transport error in RefSpecPage is loggedMatthias Sohn1-8/+4
2014-05-13Remove redundant secure store accessor methodsMatthias Sohn1-12/+3
2014-03-25Merge branch 'stable-3.3'Matthias Sohn1-0/+53

Back to the top