From 2e5955f328a0787c08c69ffb584e8021bb5be818 Mon Sep 17 00:00:00 2001 From: Jens Lehmann Date: Wed, 3 Nov 2010 21:55:48 +0100 Subject: [PATCH] pull: Remove --tags option from manpage "Fetch all tags and merge them" does not make any sense as a request at the logical level, even though it might be more convenient to type. Signed-off-by: Jens Lehmann Signed-off-by: Junio C Hamano --- Documentation/fetch-options.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 470ac3139..5ce1e7274 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -53,6 +53,7 @@ endif::git-pull[] behavior for a remote may be specified with the remote..tagopt setting. See linkgit:git-config[1]. +ifndef::git-pull[] -t:: --tags:: Most of the tags are fetched automatically as branch @@ -63,6 +64,7 @@ endif::git-pull[] downloaded. The default behavior for a remote may be specified with the remote..tagopt setting. See linkgit:git-config[1]. +endif::git-pull[] -u:: --update-head-ok:: -- 2.11.0