Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-remote.txt: describe behavior without --tags and --no-tags
author
Michael J Gruber
<git@drmicha.warpmail.net>
Mon, 2 Mar 2015 13:08:09 +0000
(14:08 +0100)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
8004647
)
diff --git
a/Documentation/git-remote.txt
b/Documentation/git-remote.txt
index cb103c8b6f8fe4fd89ad5e1a37b551f9f54d75c7..f52d20a943b4a86de113744f6c2f71931d6e5d0f 100644
(file)
--- 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>`