aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Handle all values of branch.[name].rebaseThomas Wolf2016-09-151-15/+17
* Treat CloneCommand.setRemote(null) as setRemote("origin")Jonathan Nieder2015-06-111-0/+60
* Add new submodule layout to SubmoduleAddCommandChristian Halstrick2015-06-111-0/+11
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-11/+13
* Fix unit tests for windows by explicitly closing test reposChristian Halstrick2014-12-221-0/+3
* Support the new repository layout for submodulesChristian Halstrick2014-12-151-0/+18
* Allow explicit configuration of git directory in CloneCommandChristian Halstrick2014-12-151-0/+50
* Fix tests on windows by closing reposChristian Halstrick2014-12-121-1/+1
* Use absolute paths for file:// URIs in testsShawn Pearce2013-11-011-16/+20
* Handle short branch/tag name for setBranch in CloneCommandRobin Stocker2013-05-261-6/+34
* Fix corrupted CloneCommand bare-repo fetch-refspec (#402031)Roberto Tyley2013-03-041-1/+26
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-161-4/+10
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-4/+8
* Recurse into cloned submodulesKevin Sawicki2012-04-011-0/+87
* Add support for autosetuprebase to the CloneCommandStefan Lay2012-02-231-0/+53
* Add support for cloning submodules to CloneCommandKevin Sawicki2012-01-021-0/+47
* Always checkout master when it matches the advertised HEADKevin Sawicki2011-11-281-0/+16
* Close the repo in CloneCommandTestRobin Rosenberg2011-10-261-0/+1
* Cleanup directories leftover by test.Adrian Goerler2011-07-071-17/+0
* Cloning should fail when destination directory exists and is not emptyAdrian Goerler2011-07-061-0/+27
* Do not catch Exception in test casesStefan Lay2011-07-061-128/+99
* Make sure test repositories are closedChristian Halstrick2011-05-311-0/+9
* Fix CloneCommand not to fetch into remote tracking branches when bareChristian Halstrick2011-05-311-2/+68
* Add parameters for timeout and branches to cloneStefan Lay2011-04-061-0/+26
* Try to checkout branch after cloningStefan Lay2011-04-061-2/+17
* CloneCommand: add a test to ensure we fetch all tagsChris Aniszczyk2011-03-141-0/+12
* Add git-clone to the Git APIChris Aniszczyk2011-01-311-0/+129