Hmmm, some git-commands --help act just like git commands --help, $ git commit --help 2>&1|wc -l 336 $ git-commit --help 2>&1|wc -l 336 But others don't $ git am --help 2>&1|wc -l 152 $ git-am --help 2>&1|wc -l 19 $ git --version git version 1.5.6.5 on Debian sid. -- 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