From 48a8c26c625a4d3631c4f614bceb38933e741408 Mon Sep 17 00:00:00 2001
From: Thomas Ackermann
Date: Mon, 21 Jan 2013 20:16:20 +0100
Subject: 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
Signed-off-by: Junio C Hamano
---
Documentation/howto-index.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'Documentation/howto-index.sh')
diff --git a/Documentation/howto-index.sh b/Documentation/howto-index.sh
index 34aa30c5b9..8e82e52e9c 100755
--- a/Documentation/howto-index.sh
+++ b/Documentation/howto-index.sh
@@ -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
--
cgit v1.2.1
From 2de9b71138171dca7279db3b3fe67e868c76d921 Mon Sep 17 00:00:00 2001
From: Thomas Ackermann
Date: Mon, 21 Jan 2013 20:17:53 +0100
Subject: Documentation: the name of the system is 'Git', not 'git'
Signed-off-by: Thomas Ackermann
Signed-off-by: Junio C Hamano
---
Documentation/howto-index.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'Documentation/howto-index.sh')
diff --git a/Documentation/howto-index.sh b/Documentation/howto-index.sh
index 8e82e52e9c..a2340864b5 100755
--- a/Documentation/howto-index.sh
+++ b/Documentation/howto-index.sh
@@ -5,7 +5,7 @@ Git Howto Index
===============
Here is a collection of mailing list postings made by various
-people describing how they use git in their workflow.
+people describing how they use Git in their workflow.
EOF
--
cgit v1.2.1