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:
eaa54ef
)
Documentation/git-verify-pack.txt: added documentation for --.
author
Nikolai Weibull
<redacted>
Thu, 8 Dec 2005 23:28:05 +0000
(
00:28
+0100)
committer
Junio C Hamano
<redacted>
Thu, 8 Dec 2005 23:50:14 +0000
(15:50 -0800)
The -- option has been added to the documentation of git-verify-pack.
Signed-off-by: Nikolai Weibull <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-verify-pack.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-verify-pack.txt
b/Documentation/git-verify-pack.txt
index cd74ffd3912adee956bf139c453092635b5650c2..d032280e7c80b0dfdfd9ffd55e9056fec6401b58 100644
(file)
--- a/
Documentation/git-verify-pack.txt
+++ b/
Documentation/git-verify-pack.txt
@@
-8,7
+8,7
@@
git-verify-pack - Validate packed git archive files.
SYNOPSIS
--------
-'git-verify-pack' [-v] <pack>.idx ...
+'git-verify-pack' [-v]
[--]
<pack>.idx ...
DESCRIPTION
@@
-25,6
+25,8
@@
OPTIONS
-v::
After verifying the pack, show list of objects contained
in the pack.
+--::
+ Do not interpret any more arguments as options.
OUTPUT FORMAT
-------------
git clone https://git.99rst.org/PROJECT