Skip to content

Commit 90bf05e

Browse files
committed
Merge branch 'kh/doc-update-ref-grammofix'
Grammofix. * kh/doc-update-ref-grammofix: Documentation/git-update-ref.txt: add missing word
2 parents 1ddfe5a + e2f5d3b commit 90bf05e

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
@@ -93,11 +93,11 @@ update::
9393
ref does not exist before the update.
9494

9595
create::
96-
Create <ref> with <new-oid> after verifying it does not
96+
Create <ref> with <new-oid> after verifying that it does not
9797
exist. The given <new-oid> may not be zero.
9898

9999
delete::
100-
Delete <ref> after verifying it exists with <old-oid>, if
100+
Delete <ref> after verifying that it exists with <old-oid>, if
101101
given. If given, <old-oid> may not be zero.
102102

103103
symref-update::
@@ -110,11 +110,11 @@ verify::
110110
<old-oid> is zero or missing, the ref must not exist.
111111

112112
symref-create:
113-
Create symbolic ref <ref> with <new-target> after verifying
113+
Create symbolic ref <ref> with <new-target> after verifying that
114114
it does not exist.
115115

116116
symref-delete::
117-
Delete <ref> after verifying it exists with <old-target>, if given.
117+
Delete <ref> after verifying that it exists with <old-target>, if given.
118118

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

0 commit comments

Comments
 (0)