git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Consensus on "Git"
@ 2009-11-11  8:32 David Symonds
  2009-11-11  9:02 ` Sverre Rabbelier
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: David Symonds @ 2009-11-11  8:32 UTC (permalink / raw)
  To: git

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-11-11 15:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11  8:32 Consensus on "Git" David Symonds
2009-11-11  9:02 ` Sverre Rabbelier
2009-11-11  9:06 ` Junio C Hamano
2009-11-11  9:27   ` Jeff King
2009-11-11  9:36     ` Junio C Hamano
2009-11-11  9:36     ` Jeff King
2009-11-11  9:21 ` Reece Dunn
2009-11-11  9:33 ` Johannes Schindelin
2009-11-11 14:58   ` Teemu Likonen
2009-11-11 15:37     ` Michael J Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).