1
0
mirror of https://github.com/git/git.git synced 2024-09-28 16:13:01 +02:00

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>
This commit is contained in:
Michael Haggerty 2013-10-30 06:33:05 +01:00 committed by Junio C Hamano
parent 90765fa3e0
commit 01ca90c2e5

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