summaryrefslogtreecommitdiff
path: root/Documentation/git-remote.txt
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2015-03-02 13:08:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-03-02 20:48:23 (GMT)
commitaaba0ab46273b2c0d540a24ad4fb7a1a55e7f5e1 (patch)
tree8a134dabd3758b5182563b5acf6745416c57b078 /Documentation/git-remote.txt
parent8004647a217c26f708bce2aa26ed94a4a0ed575d (diff)
downloadgit-aaba0ab46273b2c0d540a24ad4fb7a1a55e7f5e1.zip
git-aaba0ab46273b2c0d540a24ad4fb7a1a55e7f5e1.tar.gz
git-aaba0ab46273b2c0d540a24ad4fb7a1a55e7f5e1.tar.bz2
git-remote.txt: describe behavior without --tags and --no-tags
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r--Documentation/git-remote.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index cb103c8..f52d20a 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -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>`