On Fri, 16 Oct 2009 04:07:23 +0200 (CEST) Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > Just recently, I had a user request (a very valid one, mind you) where the > user does not want to provide a commit message, and wants to just commit > all the current changes. In that particular case, it is very sensible to > ask for these things. It is something utterly simple to ask for. Yet, it > is utterly hard with Git, especially if I have to explain it. Hey Johannes, It's actually easy, but maybe hard to find: $ git commit --cleanup=verbatim -m "" Cheers, Sean -- To unsubscribe from this list: 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