Hi, On Fri, 6 Feb 2009, Jeff King wrote: > > BTW I always wondered if it would make sense to introduce "git commit > > --init" for the first 3 Git commands. I use them way too often. > > I have noticed that, too, but I think it is because I am constantly > creating test repos to debug git. Regular users don't have the same > problem. :) I do not do that for test repositories, but for untarred 3rd party projects, such as zlib. $ tar xvf $TAR $ cd $DIR $ git init $ git add . $ git commit -m initial <start hacking> <provide nice patches that everybody envies me for> Ciao, Dscho -- 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