From: Michael Haggerty Date: Wed, 30 Oct 2013 05:33:05 +0000 (+0100) Subject: fetch-options.txt: simplify ifdef/ifndef/endif usage X-Git-Tag: v1.9-rc0~79^2~7 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=01ca90c2e5e7ffab035c4746d8b7c412fca75874;p=git.git fetch-options.txt: simplify ifdef/ifndef/endif usage Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano --- diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 12b1d92a2f..f0ef7d02a5 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -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