2006/4/10, Junio C Hamano <junkio@xxxxxxx>: > "Franck Bui-Huu" <vagabon.xyz@xxxxxxxxx> writes: > > > It seems that "git commit -a -c ORIG_HEAD" command do not work as > > expected. > > > > $ git commit -a -c ORIG_HEAD > > $ git status > > nothing to commit > > > > So it seems that c has been commmited this time...Is it the expected > > behaviour ? > > You said "git commit -a" to tell it to commit all your changes > in your working tree, using "-c ORIG_HEAD" which means "take the > commit log message and authorship information from that commit". > > So I do not understand what else, other than both a and c > getting committed (hence subsequent "git status" to report > "nothing to commit'), you are expecting... oops, I forgot that switch, sorry for the noise. Thanks -- Franck - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html