Skip to content
/ git Public
forked from git/git

Commit

Permalink
Merge branch 'jl/maint-pull-tags-doc'
Browse files Browse the repository at this point in the history
* jl/maint-pull-tags-doc:
  pull: Remove --tags option from manpage
  • Loading branch information
gitster committed Nov 17, 2010
2 parents aef5c38 + 2e5955f commit 03276d9
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 03276d9

Please sign in to comment.