From: Kristoffer Haugsbakk Date: Fri, 29 Nov 2024 18:52:29 +0000 (+0100) Subject: Documentation/git-update-ref.txt: add missing word X-Git-Tag: v2.48.0-rc0~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2f5d3b491ee8becb37549f29a3cee50573d0bd3;p=thirdparty%2Fgit.git Documentation/git-update-ref.txt: add missing word 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt index afcf33cf60..70ad72717e 100644 --- a/Documentation/git-update-ref.txt +++ b/Documentation/git-update-ref.txt @@ -114,11 +114,11 @@ update:: ref does not exist before the update. create:: - Create with after verifying it does not + Create with after verifying that it does not exist. The given may not be zero. delete:: - Delete after verifying it exists with , if + Delete after verifying that it exists with , if given. If given, may not be zero. symref-update:: @@ -131,11 +131,11 @@ verify:: is zero or missing, the ref must not exist. symref-create: - Create symbolic ref with after verifying + Create symbolic ref with after verifying that it does not exist. symref-delete:: - Delete after verifying it exists with , if given. + Delete after verifying that it exists with , if given. symref-verify:: Verify symbolic against but do not change it.