Skip to content

Commit

Permalink
fetch-options.txt: simplify ifdef/ifndef/endif usage
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michael Haggerty authored and Junio C Hamano committed Oct 30, 2013
1 parent 90765fa commit 01ca90c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Documentation/fetch-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,10 @@ ifndef::git-pull[]
subject to pruning.
endif::git-pull[]

ifdef::git-pull[]
--no-tags::
endif::git-pull[]
ifndef::git-pull[]
-n::
--no-tags::
endif::git-pull[]
--no-tags::
By default, tags that point at objects that are downloaded
from the remote repository are fetched and stored locally.
This option disables this automatic tag following. The default
Expand Down

0 comments on commit 01ca90c

Please sign in to comment.