git-remote.txt: describe behavior without --tags and --no-tags
authorMichael J Gruber <git@drmicha.warpmail.net>
Mon, 2 Mar 2015 13:08:09 +0000 (14:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Mar 2015 20:48:23 +0000 (12:48 -0800)
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt
index cb103c8b6f8fe4fd89ad5e1a37b551f9f54d75c7..f52d20a943b4a86de113744f6c2f71931d6e5d0f 100644 (file)
@@ -58,6 +58,9 @@ remote repository.
 With `--no-tags` option, `git fetch <name>` does not import tags from
 the remote repository.
 +
+By default, only tags on fetched branches are imported
+(see linkgit:git-fetch[1]).
++
 With `-t <branch>` option, instead of the default glob
 refspec for the remote to track all branches under
 the `refs/remotes/<name>/` namespace, a refspec to track only `<branch>`