]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/fetch.c
Merge branch 'jt/fetch-no-redundant-tag-fetch-map' into maint
[thirdparty/git.git] / builtin / fetch.c
index b6a5597cbf332fc56b5feabfd29d03c98d4d6686..1d77e58a00af528d2d883690b30b9bf48df6d2aa 100644 (file)
@@ -359,9 +359,6 @@ static struct ref *get_ref_map(struct transport *transport,
 
                for (i = 0; i < fetch_refspec_nr; i++)
                        get_fetch_map(ref_map, &fetch_refspec[i], &oref_tail, 1);
-
-               if (tags == TAGS_SET)
-                       get_fetch_map(remote_refs, tag_refspec, &tail, 0);
        } else if (refmap_array) {
                die("--refmap option is only meaningful with command-line refspec(s).");
        } else {