git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] docs: explain behaviour with no tagopt set
@ 2015-03-03 23:11 Kevin Daudt
  2015-03-03 23:12 ` [PATCH 2/2] docs: explain behaviour of remote add without tag option Kevin Daudt
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Daudt @ 2015-03-03 23:11 UTC (permalink / raw)
  To: gitster; +Cc: git, Kevin Daudt

Currently, only the behaviour when this option is set is explained, but
it's unclear what happens when this option hasn't been set.

Signed-off-by: Kevin Daudt <me@ikke.info>
---
 Documentation/config.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 440784c..394042a 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2241,8 +2241,9 @@ remote.<name>.tagopt::
 	Setting this value to \--no-tags disables automatic tag following when
 	fetching from remote <name>. Setting it to \--tags will fetch every
 	tag from remote <name>, even if they are not reachable from remote
-	branch heads. Passing these flags directly to linkgit:git-fetch[1] can
-	override this setting. See options \--tags and \--no-tags of
+	branch heads. When not set, fetches only tags reachable by the
+	downloaded refs. Passing these flags directly to linkgit:git-fetch[1]
+	can override this setting. See options \--tags and \--no-tags of
 	linkgit:git-fetch[1].
 
 remote.<name>.vcs::
-- 
2.3.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-04 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 23:11 [PATCH 1/2] docs: explain behaviour with no tagopt set Kevin Daudt
2015-03-03 23:12 ` [PATCH 2/2] docs: explain behaviour of remote add without tag option Kevin Daudt
2015-03-04 15:46   ` Michael J Gruber
2015-03-04 16:47     ` Kevin Daudt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).