File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,11 @@ update::
9393 ref does not exist before the update.
9494
9595create::
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
9999delete::
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
103103symref-update::
@@ -110,11 +110,11 @@ verify::
110110 <old-oid> is zero or missing, the ref must not exist.
111111
112112symref-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
116116symref-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
119119symref-verify::
120120 Verify symbolic <ref> against <old-target> but do not change it.
You can’t perform that action at this time.
0 commit comments