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>
This commit is contained in:

committed by
Junio C Hamano

parent
8004647a21
commit
aaba0ab462
@ -58,6 +58,9 @@ remote repository.
|
|||||||
With `--no-tags` option, `git fetch <name>` does not import tags from
|
With `--no-tags` option, `git fetch <name>` does not import tags from
|
||||||
the remote repository.
|
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
|
With `-t <branch>` option, instead of the default glob
|
||||||
refspec for the remote to track all branches under
|
refspec for the remote to track all branches under
|
||||||
the `refs/remotes/<name>/` namespace, a refspec to track only `<branch>`
|
the `refs/remotes/<name>/` namespace, a refspec to track only `<branch>`
|
||||||
|
Reference in New Issue
Block a user