git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
edc3069
)
git-update-ref.txt: add missing word
author
Patrick Steinhardt
<redacted>
Mon, 30 Mar 2020 13:46:20 +0000
(15:46 +0200)
committer
Junio C Hamano
<redacted>
Mon, 30 Mar 2020 17:34:11 +0000
(10:34 -0700)
The description for the "verify" command is lacking a single word "is",
which this commit corrects.
Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-update-ref.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-update-ref.txt
b/Documentation/git-update-ref.txt
index 96714231179cac8242f1bd0f781503d607c4add3..9bd039ce083634f1e23d7703180a539e6239d151 100644
(file)
--- a/
Documentation/git-update-ref.txt
+++ b/
Documentation/git-update-ref.txt
@@
-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>.
git clone https://git.99rst.org/PROJECT