]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-update-ref.txt: add missing word
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Fri, 29 Nov 2024 18:52:29 +0000 (19:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Dec 2024 01:54:30 +0000 (10:54 +0900)
Add missing word “that” in the phrase “after verifying that”, like
what was done in 1b2dfb70504 (Documentation/git-update-ref.txt: drop
“flag”, 2024-10-21)

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-update-ref.txt

index afcf33cf608f19b4a5beb62739bbd2fefd9fdefd..70ad72717ebb7e3420fb3749a4e4b1e8701dd5ea 100644 (file)
@@ -114,11 +114,11 @@ update::
        ref does not exist before the update.
 
 create::
-       Create <ref> with <new-oid> after verifying it does not
+       Create <ref> with <new-oid> after verifying that it does not
        exist.  The given <new-oid> may not be zero.
 
 delete::
-       Delete <ref> after verifying it exists with <old-oid>, if
+       Delete <ref> after verifying that it exists with <old-oid>, if
        given.  If given, <old-oid> may not be zero.
 
 symref-update::
@@ -131,11 +131,11 @@ verify::
        <old-oid> is zero or missing, the ref must not exist.
 
 symref-create:
-       Create symbolic ref <ref> with <new-target> after verifying
+       Create symbolic ref <ref> with <new-target> after verifying that
        it does not exist.
 
 symref-delete::
-       Delete <ref> after verifying it exists with <old-target>, if given.
+       Delete <ref> after verifying that it exists with <old-target>, if given.
 
 symref-verify::
        Verify symbolic <ref> against <old-target> but do not change it.