fetch-options.txt: simplify ifdef/ifndef/endif usage

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Michael Haggerty 2013-10-30 06:33:05 +01:00 committed by Junio C Hamano
parent 90765fa3e0
commit 01ca90c2e5
1 changed files with 1 additions and 4 deletions

View File

@ -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