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::
93
93
ref does not exist before the update.
94
94
95
95
create::
96
- Create <ref> with <new-oid> after verifying it does not
96
+ Create <ref> with <new-oid> after verifying that it does not
97
97
exist. The given <new-oid> may not be zero.
98
98
99
99
delete::
100
- Delete <ref> after verifying it exists with <old-oid>, if
100
+ Delete <ref> after verifying that it exists with <old-oid>, if
101
101
given. If given, <old-oid> may not be zero.
102
102
103
103
symref-update::
@@ -110,11 +110,11 @@ verify::
110
110
<old-oid> is zero or missing, the ref must not exist.
111
111
112
112
symref-create:
113
- Create symbolic ref <ref> with <new-target> after verifying
113
+ Create symbolic ref <ref> with <new-target> after verifying that
114
114
it does not exist.
115
115
116
116
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.
118
118
119
119
symref-verify::
120
120
Verify symbolic <ref> against <old-target> but do not change it.
You can’t perform that action at this time.
0 commit comments