Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-21Remove deprecated Repository.getAllRefs() callsMichael Keppler2-4/+8
2018-09-08Allow horizontal space in file:// URIishs in GitUrlCheckerThomas Wolf1-0/+21
2018-05-29Update license to EPL-2.0Matthias Sohn10-20/+40
2018-02-01Select "ssh" protocol also for git-style URLs without schemeThomas Wolf1-0/+12
2017-09-14Add a test for cloning via HTTPSThomas Wolf2-5/+122
2017-06-21Removes the usage of StringBuffer in GitCloneWizardTestBaseLars Vogel1-1/+1
2017-05-05Use verbs in PullResultDialog instead of OKDavid Weiser1-1/+1
2017-03-16Open Git instances in try-with-resource in testsDavid Pursehouse1-3/+5
2017-03-16Add missing newlines at ends of Java filesDavid Pursehouse1-1/+1
2016-10-24Do not auto-fill reference in pull wizard with local branch nameMatthias Sohn1-0/+3
2016-05-25Test stability: after clicking finish, wait for shell to close.Thomas Wolf1-5/+14
2016-05-03Test stability: avoid asynchronous SWTBotTreeItem.expand()Thomas Wolf1-1/+3
2016-03-20Fix refresh after re-connecting a project with submodules insideThomas Wolf1-5/+5
2016-02-13Wizard to configure pull operationMickael Istria1-0/+104
2015-09-17Add missing @Override annotations to all EGit bundlesLars Vogel2-0/+3
2015-08-14Use default repository location for all import wizardsAndrey Loskutov1-4/+2
2015-03-04Accept git clone command as URIMichael Keppler1-0/+24
2015-03-03Fix behavior of EGit when repo is a symlinkGunnar Wagenknecht1-4/+4
2014-12-21Use appropriate constructor to create bare repositoryAndrey Loskutov1-1/+1
2014-08-02Clone Wizard: Clear unsupported fields when changing protocolAndreas Hermann1-9/+9
2014-04-19Enable creating a new git repository in a non-empty folderMatthias Sohn1-4/+1
2013-12-15Fix importing of submodule repositories using Git 1.7.8 layoutRobin Stocker1-1/+1
2013-11-20Don't switch perspective in UI testsRobin Stocker2-6/+5
2013-10-22Make sure SystemReader is reset after test is runRobin Stocker1-0/+6
2013-08-12Fix usage of internal FileRepositoryRobin Stocker1-7/+8
2013-08-11Use instanceOf matcher instead of is(Foo.class)Robin Stocker1-3/+3
2013-08-11Use assertThat of JUnit instead of hamcrestRobin Stocker1-1/+1
2013-05-20Share project: Allow "Create Repository" when repo exists in parentRobin Stocker1-5/+3
2013-05-03Fix line endingsMatthias Sohn1-190/+189
2013-04-24Remove unnecessary usage of the internal FileRepository classRobin Rosenberg3-9/+10
2013-03-19Bump EGit version to 3.0.0 and require JGit 3.0.0Robin Rosenberg4-4/+4
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg2-2/+2
2012-11-04Suppress discouraged access warnings in testsRobin Stocker1-1/+2
2012-11-02InstanceScope() and DefaultScope() constructors are deprecatedTomasz Zarna1-1/+1
2012-05-30Git API does not declare GitAPIException call() and related changesRobin Rosenberg1-9/+3
2012-03-01GitCloneWizardTest: ignore tests causing timeoutsJens Baumgart1-0/+6
2012-02-22Fix compilation issues on Galileo platformDariusz Luksza1-1/+1
2012-02-22Disable Secure Storage in UI clone testsDariusz Luksza1-0/+19
2012-01-30Redesign GitImportWizard to include contributed clone sourcesStefan Lay2-10/+13
2012-01-30Add an extension point to provide repository searchStefan Lay3-0/+125
2012-01-25Fix GitCloneWizartTest.invalidPortFreezesDialogDariusz Luksza1-3/+4
2012-01-17Fix exception handling in SourceBranchPageMatthias Sohn1-6/+9
2011-11-07Use dynamic project names in unit tests.Kevin Sawicki1-2/+2
2011-08-27Use the appropriate constant for ".git"Robin Rosenberg1-1/+1
2011-06-08Fix broken SharingWizardTest on WindowsJens Baumgart1-4/+9
2011-06-05Fix cleanup of tests in SharingWizardTestRobin Rosenberg1-6/+29
2011-05-25Teach the Sharing wizard to share with an existing RepositoryMathias Kinzler1-4/+77
2011-04-03Do not normalize URIishes Robin Rosenberg1-5/+4
2011-03-31FindBugs: cleanup UI TestsMathias Kinzler1-2/+2
2011-02-15Fix SampleTestRepository due to JGit changesPhilipp Thun1-1/+5

Back to the top