зеркало из https://github.com/microsoft/git.git
Documentation/git-verify-pack.txt: added documentation for --.
The -- option has been added to the documentation of git-verify-pack. Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
eaa54efc61
Коммит
e293de3efb
|
@ -8,7 +8,7 @@ git-verify-pack - Validate packed git archive files.
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
'git-verify-pack' [-v] <pack>.idx ...
|
'git-verify-pack' [-v] [--] <pack>.idx ...
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
@ -25,6 +25,8 @@ OPTIONS
|
||||||
-v::
|
-v::
|
||||||
After verifying the pack, show list of objects contained
|
After verifying the pack, show list of objects contained
|
||||||
in the pack.
|
in the pack.
|
||||||
|
--::
|
||||||
|
Do not interpret any more arguments as options.
|
||||||
|
|
||||||
OUTPUT FORMAT
|
OUTPUT FORMAT
|
||||||
-------------
|
-------------
|
||||||
|
|
Загрузка…
Ссылка в новой задаче