Skip to content

Commit 2e5955f

Browse files
jlehmanngitster
authored andcommitted
pull: Remove --tags option from manpage
"Fetch all tags and merge them" does not make any sense as a request at the logical level, even though it might be more convenient to type. Signed-off-by: Jens Lehmann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c3fced6 commit 2e5955f

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
@@ -53,6 +53,7 @@ endif::git-pull[]
5353
behavior for a remote may be specified with the remote.<name>.tagopt
5454
setting. See linkgit:git-config[1].
5555

56+
ifndef::git-pull[]
5657
-t::
5758
--tags::
5859
Most of the tags are fetched automatically as branch
@@ -63,6 +64,7 @@ endif::git-pull[]
6364
downloaded. The default behavior for a remote may be
6465
specified with the remote.<name>.tagopt setting. See
6566
linkgit:git-config[1].
67+
endif::git-pull[]
6668

6769
-u::
6870
--update-head-ok::

0 commit comments

Comments
 (0)