]> source.dussan.org Git - jgit.git/commit
CheckoutCommand: fix reflog message 36/2236/1
authorMathias Kinzler <mathias.kinzler@sap.com>
Wed, 12 Jan 2011 12:19:32 +0000 (13:19 +0100)
committerMathias Kinzler <mathias.kinzler@sap.com>
Wed, 12 Jan 2011 12:19:32 +0000 (13:19 +0100)
commit7047d2fa8d268053e2b37bf0ed16efd0e1e1a218
treec50582d69e888280c199c5f4572946252c8056a8
parentbe38185a033021da707f934caf96b68070050bd5
CheckoutCommand: fix reflog message

There is a space missing between <from> and "to" in the reflog
message produced by the CheckoutCommand, which is of the form

moving from <from> to <to>

Change-Id: I3dc57ab0a6589292db77a17d9029ee9499dfc725
Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutCommand.java