Skip to content

Commit e2f5d3b

Browse files
LemmingAvalanchegitster
authored andcommitted
Documentation/git-update-ref.txt: add missing word
Add missing word “that” in the phrase “after verifying that”, like what was done in 1b2dfb7 (Documentation/git-update-ref.txt: drop “flag”, 2024-10-21) Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4f71522 commit e2f5d3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-update-ref.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ update::
114114
ref does not exist before the update.
115115

116116
create::
117-
Create <ref> with <new-oid> after verifying it does not
117+
Create <ref> with <new-oid> after verifying that it does not
118118
exist. The given <new-oid> may not be zero.
119119

120120
delete::
121-
Delete <ref> after verifying it exists with <old-oid>, if
121+
Delete <ref> after verifying that it exists with <old-oid>, if
122122
given. If given, <old-oid> may not be zero.
123123

124124
symref-update::
@@ -131,11 +131,11 @@ verify::
131131
<old-oid> is zero or missing, the ref must not exist.
132132

133133
symref-create:
134-
Create symbolic ref <ref> with <new-target> after verifying
134+
Create symbolic ref <ref> with <new-target> after verifying that
135135
it does not exist.
136136

137137
symref-delete::
138-
Delete <ref> after verifying it exists with <old-target>, if given.
138+
Delete <ref> after verifying that it exists with <old-target>, if given.
139139

140140
symref-verify::
141141
Verify symbolic <ref> against <old-target> but do not change it.

0 commit comments

Comments
 (0)