commit | 48a8c26c625a4d3631c4f614bceb38933e741408 | [log] [tgz] |
---|---|---|
author | Thomas Ackermann <th.acker@arcor.de> | Mon Jan 21 20:16:20 2013 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Feb 01 13:53:25 2013 -0800 |
tree | 97b1a550b575ecd250370cac842ecba58aa93d87 | |
parent | fe73786b482f11e7a37a269c95d222a384fc5a39 [diff] |
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>