Merge branch 'kh/doc-update-ref-grammofix'
Grammofix. * kh/doc-update-ref-grammofix: Documentation/git-update-ref.txt: add missing word
This commit is contained in:
commit
90bf05e45a
@ -93,11 +93,11 @@ update::
|
|||||||
ref does not exist before the update.
|
ref does not exist before the update.
|
||||||
|
|
||||||
create::
|
create::
|
||||||
Create <ref> with <new-oid> after verifying it does not
|
Create <ref> with <new-oid> after verifying that it does not
|
||||||
exist. The given <new-oid> may not be zero.
|
exist. The given <new-oid> may not be zero.
|
||||||
|
|
||||||
delete::
|
delete::
|
||||||
Delete <ref> after verifying it exists with <old-oid>, if
|
Delete <ref> after verifying that it exists with <old-oid>, if
|
||||||
given. If given, <old-oid> may not be zero.
|
given. If given, <old-oid> may not be zero.
|
||||||
|
|
||||||
symref-update::
|
symref-update::
|
||||||
@ -110,11 +110,11 @@ verify::
|
|||||||
<old-oid> is zero or missing, the ref must not exist.
|
<old-oid> is zero or missing, the ref must not exist.
|
||||||
|
|
||||||
symref-create:
|
symref-create:
|
||||||
Create symbolic ref <ref> with <new-target> after verifying
|
Create symbolic ref <ref> with <new-target> after verifying that
|
||||||
it does not exist.
|
it does not exist.
|
||||||
|
|
||||||
symref-delete::
|
symref-delete::
|
||||||
Delete <ref> after verifying it exists with <old-target>, if given.
|
Delete <ref> after verifying that it exists with <old-target>, if given.
|
||||||
|
|
||||||
symref-verify::
|
symref-verify::
|
||||||
Verify symbolic <ref> against <old-target> but do not change it.
|
Verify symbolic <ref> against <old-target> but do not change it.
|
||||||
|
Loading…
Reference in New Issue
Block a user