Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>2005-12-09 02:28:05 +0300
committerJunio C Hamano <junkio@cox.net>2005-12-09 02:50:14 +0300
commite293de3efb9d49d0c66d8dc5817d1851f8b4a50c (patch)
tree9d77dfe20890b73b858067ec3c5cfa94bdf72782
parenteaa54efc619879ef0d0f7b95f5357d8dab86a713 (diff)
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>
-rw-r--r--Documentation/git-verify-pack.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt
index cd74ffd391..d032280e7c 100644
--- 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
-------------