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
parentca12618b7bd52e98d96bf1c317f5bc9d8fe34963 (diff)
parentb25a2e8f3703106f35e062172cd18d7f356bee8d (diff)
downloadgit-ef2447d97cf1233a5f398afaa08ba51259792485.tar.gz
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]