Skip to content

Commit 90e4311

Browse files
Emmanuel Trillaudgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6d71c1d commit 90e4311

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/fetch-options.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ifndef::git-pull[]
12
-q::
23
--quiet::
34
Pass --quiet to git-fetch-pack and silence any other internally
@@ -6,6 +7,7 @@
67
-v::
78
--verbose::
89
Be verbose.
10+
endif::git-pull[]
911

1012
-a::
1113
--append::

0 commit comments

Comments
 (0)