diff options
| author | Martin Ågren <martin.agren@gmail.com> | 2024-07-17 12:54:29 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-07-17 08:49:09 -0700 |
| commit | b25a2e8f3703106f35e062172cd18d7f356bee8d (patch) | |
| tree | 73251aae609c965ce9a55a2fd16770e8b31bd4ba | |
| parent | 8e4f5c2dc26e8e88c8c4784f133d2b35a771d2ac (diff) | |
| download | git-b25a2e8f3703106f35e062172cd18d7f356bee8d.tar.gz | |
Documentation/glossary: fix double word
Remove a spurious "that".
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/glossary-content.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index c434387186..9195bf8767 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] |
