Hi folks, Is there consensus on "Git" being the standard capitalisation, versus "GIT"? I only really see "git" and "Git" on the mailing list and in most external documentation and websites (e.g. git-scm.com and github.com), but git's source tells a different picture: $ cat *.[ch] | egrep -o '\bG[Ii][Tt]\b' | sort | uniq -c 36 GIT 7 Git $ cat Documentation/* 2> /dev/null | egrep -o '\bG[Ii][Tt]\b' | sort | uniq -c 284 GIT 155 Git Dave. -- 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