]> source.dussan.org Git - jgit.git/commit
Add the Checkout command to the Git CLI 37/1937/1
authorChris Aniszczyk <caniszczyk@gmail.com>
Mon, 15 Nov 2010 16:39:45 +0000 (10:39 -0600)
committerChris Aniszczyk <caniszczyk@gmail.com>
Tue, 23 Nov 2010 19:07:46 +0000 (13:07 -0600)
commitc441380f9cf6a294f6353ff35526a367f950004f
tree0a5d5a6544f00b6f1a602617d3b68217cbfd0b73
parent923443f94faba9e903cabf35a925e65487b17ac3
Add the Checkout command to the Git CLI

The implementation delegates to the CheckoutCommand and
therefore only supports some of the options supported by
the CheckoutCommand.

Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Checkout.java [new file with mode: 0644]