summaryrefslogtreecommitdiff
path: root/Documentation/gittutorial.txt
diff options
context:
space:
mode:
authorHenrik Austad <henrik@austad.us>2009-01-05 15:25:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-01-05 20:04:02 (GMT)
commitc7719fbe46deae03578c4e19516b9567e98b9f04 (patch)
treee91e7d310f0b3bb032a359e4c4719144a68f8fb8 /Documentation/gittutorial.txt
parentdcfdbdf08bbe102bd4806f3c92fb0e43f53a623a (diff)
downloadgit-c7719fbe46deae03578c4e19516b9567e98b9f04.zip
git-c7719fbe46deae03578c4e19516b9567e98b9f04.tar.gz
git-c7719fbe46deae03578c4e19516b9567e98b9f04.tar.bz2
Use capitalized names where appropriate
The Linux kernel and Emacs are both spelled capitalized Signed-off-by: Henrik Austad <henrik@austad.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gittutorial.txt')
-rw-r--r--Documentation/gittutorial.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index 7892244..458fafd 100644
--- a/Documentation/gittutorial.txt
+++ b/Documentation/gittutorial.txt
@@ -590,7 +590,7 @@ list. When the history has lines of development that diverged and
then merged back together, the order in which 'git-log' presents
those commits is meaningless.
-Most projects with multiple contributors (such as the linux kernel,
+Most projects with multiple contributors (such as the Linux kernel,
or git itself) have frequent merges, and 'gitk' does a better job of
visualizing their history. For example,
@@ -642,7 +642,7 @@ digressions that may be interesting at this point are:
* linkgit:git-format-patch[1], linkgit:git-am[1]: These convert
series of git commits into emailed patches, and vice versa,
- useful for projects such as the linux kernel which rely heavily
+ useful for projects such as the Linux kernel which rely heavily
on emailed patches.
* linkgit:git-bisect[1]: When there is a regression in your