Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 2 Mar 2011 23:26:44 +0000
(15:26 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 2 Mar 2011 23:26:44 +0000
(15:26 -0800)
* maint:
verify-pack: add --stat-only to the synopsis section
Documentation/git-verify-pack.txt
patch
|
blob
|
history
raw
(from parent 1:
f70f736
)
diff --git
a/Documentation/git-verify-pack.txt
b/Documentation/git-verify-pack.txt
index 916a38aa99020efe281907670932517a66d075e1..0f848de8b29dd32aebf0ab9b21ddddce0b06a5b2 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|--verbose] [--] <pack>.idx ...
+'git verify-pack' [-v|--verbose] [-
s|--stat-only] [-
-] <pack>.idx ...
DESCRIPTION