projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d71c1d
)
git-pull: do not mention --quiet and --verbose twice
author
Emmanuel Trillaud
<etrillaud@gmail.com>
Mon, 7 Sep 2009 12:34:35 +0000
(14:34 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 7 Sep 2009 22:45:13 +0000
(15:45 -0700)
git-pull.txt includes fetch-options.txt and merge-options.txt, both of
which document the --quiet and --verbose.
Supress the ones from fetch-options.txt.
Signed-off-by: Emmanuel Trillaud <etrillaud@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/fetch-options.txt
patch
|
blob
|
history
diff --git
a/Documentation/fetch-options.txt
b/Documentation/fetch-options.txt
index ea3b1bc19f753ca80bc133ae614d2c79810a1cb0..5eb2b0ee07b2f4e81e909a103f486c1a6d2dc6cb 100644
(file)
--- a/
Documentation/fetch-options.txt
+++ b/
Documentation/fetch-options.txt
@@
-1,3
+1,4
@@
+ifndef::git-pull[]
-q::
--quiet::
Pass --quiet to git-fetch-pack and silence any other internally
@@
-6,6
+7,7
@@
-v::
--verbose::
Be verbose.
+endif::git-pull[]
-a::
--append::