My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90765fa
)
fetch-options.txt: simplify ifdef/ifndef/endif usage
author
Michael Haggerty
<mhagger@alum.mit.edu>
Wed, 30 Oct 2013 05:33:05 +0000
(06:33 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 30 Oct 2013 21:16:41 +0000
(14:16 -0700)
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/fetch-options.txt
patch
|
blob
|
history
diff --git
a/Documentation/fetch-options.txt
b/Documentation/fetch-options.txt
index
12b1d92
..
f0ef7d0
100644
(file)
--- 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