aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-07-18 08:30:26 -0700
committerJunio C Hamano <gitster@pobox.com>2024-07-18 08:30:26 -0700
commitef2447d97cf1233a5f398afaa08ba51259792485 (patch)
tree98904b875d06deaf426b0adea401678afeeb64e9
parentMerge branch 'tb/doc-max-tree-depth-fix' (diff)
parentDocumentation/glossary: fix double word (diff)
downloadgit-ef2447d97cf1233a5f398afaa08ba51259792485.tar.gz
git-ef2447d97cf1233a5f398afaa08ba51259792485.zip
Merge branch 'ps/pseudo-ref-terminology'
Doc update. * ps/pseudo-ref-terminology: Documentation/glossary: fix double word
-rw-r--r--Documentation/glossary-content.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt
index 30b394ab47..42afe04869 100644
--- a/Documentation/glossary-content.txt
+++ b/Documentation/glossary-content.txt
@@ -550,7 +550,7 @@ The following pseudorefs are known to Git:
to the result.
[[def_ref]]ref::
- A name that that points to an <<def_object_name,object name>> or
+ A name that points to an <<def_object_name,object name>> or
another ref (the latter is called a <<def_symref,symbolic ref>>).
For convenience, a ref can sometimes be abbreviated when used
as an argument to a Git command; see linkgit:gitrevisions[7]