OSDN Git Service

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 cb103c8..f52d20a 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>`