aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CloneCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* 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