]> source.dussan.org Git - jgit.git/commit
CLI clone command should support --no-checkout 41/22441/2
authorKaloyan Raev <kaloyan.r@zend.com>
Mon, 24 Feb 2014 14:03:51 +0000 (16:03 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 26 Feb 2014 14:52:25 +0000 (15:52 +0100)
commit44812c02e844c91869c3c43f5187fe23b5426275
tree877762227064df17041aa0227d7f7f163aec6691
parentdf4aca21664757adcd8a65145404ffc7f6bb7d12
CLI clone command should support --no-checkout

doCheckout() is called only if --no-checkout option is not set.

Bug: 428917
Change-Id: I350bef446dd7a37613b9506aae99679569bd36e1
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Clone.java