]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/glossary: fix double word
authorMartin Ågren <martin.agren@gmail.com>
Wed, 17 Jul 2024 10:54:29 +0000 (12:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Jul 2024 15:49:09 +0000 (08:49 -0700)
Remove a spurious "that".

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/glossary-content.txt

index c434387186a794c31393121beb0ddfea954e49f2..9195bf8767ee8c7c126bd44eee294e56070fad6e 100644 (file)
@@ -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]