Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-07 02:02:27 +0300
committerJunio C Hamano <gitster@pobox.com>2015-03-07 02:02:28 +0300
commit79de649c0f452c0366a7306819f10760f4ed8b92 (patch)
tree09f338f892eea95a9d6341b45cedba34e3fe6eeb /Documentation
parenta3eea73cc8370a3feeb9ca48ef88594d79c1ce9d (diff)
parentaaba0ab46273b2c0d540a24ad4fb7a1a55e7f5e1 (diff)
Merge branch 'mg/doc-remote-tags-or-not'
"git remote add" mentioned "--tags" and "--no-tags" and was not clear that fetch from the remote in the future will use the default behaviour when neither is given to override it. * mg/doc-remote-tags-or-not: git-remote.txt: describe behavior without --tags and --no-tags
Diffstat (limited to 'Documentation')
-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 a77607b852..4c6d6de7b7 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>`