Francis Moreau venit, vidit, dixit 02.03.2015 14:36: > Hi, > > On 03/02/2015 02:08 PM, Michael J Gruber wrote: >> Signed-off-by: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> >> --- >> Documentation/git-remote.txt | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt >> index a77607b..f3f6f0d 100644 >> --- a/Documentation/git-remote.txt >> +++ b/Documentation/git-remote.txt >> @@ -56,7 +56,10 @@ With `--tags` option, `git fetch <name>` imports every tag from the >> 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]). >> + > > So the default is neither --no-tags nor --tags ? > > Thanks. > By default, only tags on fetched branches are imported. That is: When the fetch is done, all tags are imported that point to commits that are reachable from refs that you are fetching, in short: "tags on fetched branches". That is in between "none" (--no-tags) and "all" (--tags). Michael -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html