Browse Source

git-update-ref.txt: add missing word

The description for the "verify" command is lacking a single word "is",
which this commit corrects.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Patrick Steinhardt 5 years ago committed by Junio C Hamano
parent
commit
faa35eec4d
  1. 2
      Documentation/git-update-ref.txt

2
Documentation/git-update-ref.txt

@ -107,7 +107,7 @@ delete:: @@ -107,7 +107,7 @@ delete::

verify::
Verify <ref> against <oldvalue> but do not change it. If
<oldvalue> zero or missing, the ref must not exist.
<oldvalue> is zero or missing, the ref must not exist.

option::
Modify behavior of the next command naming a <ref>.

Loading…
Cancel
Save