"Franck Bui-Huu" <vagabon.xyz@gmail.com> 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... - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Mon Apr 10 18:15:44 2006
This archive was generated by hypermail 2.1.8 : 2006-04-10 18:15:58 EST