Documentation: avoid poor-man's small caps GIT

In the earlier days, we used to spell the name of the system as GIT,
to simulate as if it were typeset with capital G and IT in small
caps.  Later we stopped doing so at around 1.6.5 days.

Let's stop doing so throughout the documentation.  The name to refer
to the whole system (and the concept it embodies) is "Git"; the
command end-users type is "git".  And document this in the coding
guideline.

Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Thomas Ackermann
2013-01-21 20:16:20 +01:00
committed by Junio C Hamano
parent fe73786b48
commit 48a8c26c62
28 changed files with 53 additions and 48 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
cat <<\EOF
GIT Howto Index
Git Howto Index
===============
Here is a collection of mailing list postings made by various