diff options
author | Thomas Ackermann <th.acker@arcor.de> | 2013-01-21 20:16:20 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-01 13:53:25 -0800 |
commit | 48a8c26c625a4d3631c4f614bceb38933e741408 (patch) | |
tree | 97b1a550b575ecd250370cac842ecba58aa93d87 /Documentation/SubmittingPatches | |
parent | Update draft release notes to 1.8.2 (diff) | |
download | tgif-48a8c26c625a4d3631c4f614bceb38933e741408.tar.xz |
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>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 90133d8c3b..e83118896f 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -206,7 +206,7 @@ patch. To improve tracking of who did what, we've borrowed the "sign-off" procedure from the Linux kernel project on patches -that are being emailed around. Although core GIT is a lot +that are being emailed around. Although core Git is a lot smaller project it is a good discipline to follow it. The sign-off is a simple line at the end of the explanation for |