From 90e431152e05d3e8eb80a0db2e81b7cf50ecc745 Mon Sep 17 00:00:00 2001 From: Emmanuel Trillaud Date: Mon, 7 Sep 2009 14:34:35 +0200 Subject: [PATCH] git-pull: do not mention --quiet and --verbose twice 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 Signed-off-by: Junio C Hamano --- Documentation/fetch-options.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index ea3b1bc19..5eb2b0ee0 100644 --- 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:: -- 2.30.2