aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-06-05 17:00:38 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-06-05 17:00:38 +0200
commit8b2d4b03ecf9635c165d1c0f90cd6f2eb415cafa (patch)
treeb78277ceaa40977e1109f1ff4bfed13bb2a85498 /docs
parent06bba5baa5f7ece579fd4d84cfadd35abec64119 (diff)
manual: Capitalize Git when referring to the project
Only when referring to the executable/command, do we use lower-case git.
Diffstat (limited to 'docs')
-rw-r--r--docs/magit.org2
-rw-r--r--docs/magit.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/magit.org b/docs/magit.org
index 403ce00..b4cd962 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -8055,7 +8055,7 @@ numbers of tags. It would therefore be a good idea to disable
When showing logs, Magit limits the number of commits initially shown
in the hope that this avoids unnecessary work. When ~--graph~ is
used, then this unfortunately does not have the desired effect for
-large histories. Junio, Git's maintainer, said on the git mailing
+large histories. Junio, Git's maintainer, said on the Git mailing
list (https://www.spinics.net/lists/git/msg232230.html): "~--graph~ wants
to compute the whole history and the max-count only affects the output
phase after ~--graph~ does its computation".
diff --git a/docs/magit.texi b/docs/magit.texi
index d689805..e10cbb0 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -10042,7 +10042,7 @@ numbers of tags. It would therefore be a good idea to disable
When showing logs, Magit limits the number of commits initially shown
in the hope that this avoids unnecessary work. When @code{--graph} is
used, then this unfortunately does not have the desired effect for
-large histories. Junio, Git's maintainer, said on the git mailing
+large histories. Junio, Git's maintainer, said on the Git mailing
list (@uref{https://www.spinics.net/lists/git/msg232230.html}): "@code{--graph} wants
to compute the whole history and the max-count only affects the output
phase after @code{--graph} does its computation".