]> source.dussan.org Git - jgit.git/commit
Registering the Checkout command and fixed a typo. 04/2904/2
authorSasa Zivkov <sasa.zivkov@sap.com>
Thu, 24 Mar 2011 10:13:16 +0000 (11:13 +0100)
committerSasa Zivkov <sasa.zivkov@sap.com>
Thu, 24 Mar 2011 10:22:17 +0000 (11:22 +0100)
commit13fffa75139fa49cd037868c2fd41bd0c8158f75
tree641048f1525b6216b3070fbd6363d85b558f868d
parent55b7bd247ef86c6650c9acc364f426cec38723b5
Registering the Checkout command and fixed a typo.

The Checkout command line command was added to JGit but it wasn't
registered in the list of available commands.
Additionally, the 'force' option was named '---force' (triple '-').

Change-Id: I259773932fa9aec3bb29e215740e67c834566f6f
Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Checkout.java