Skip to content

Commit

Permalink
pull: Remove --tags option from manpage
Browse files Browse the repository at this point in the history
"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 <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jens Lehmann authored and Junio C Hamano committed Nov 3, 2010
1 parent c3fced6 commit 2e5955f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/fetch-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ endif::git-pull[]
behavior for a remote may be specified with the remote.<name>.tagopt
setting. See linkgit:git-config[1].

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

-u::
--update-head-ok::
Expand Down

0 comments on commit 2e5955f

Please sign in to comment.