]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/fast-export.c
Merge branch 'jk/drop-unaligned-loads'
[thirdparty/git.git] / builtin / fast-export.c
index c6ecf404d700295c424fb6fca7d6d057f7e4fc41..e266d90a81ac4703080a20c9b128274a049c9e4b 100644 (file)
@@ -943,7 +943,7 @@ static void get_tags_and_duplicates(struct rev_cmdline_info *info)
                if (e->flags & UNINTERESTING)
                        continue;
 
-               if (dwim_ref(e->name, strlen(e->name), &oid, &full_name) != 1)
+               if (dwim_ref(e->name, strlen(e->name), &oid, &full_name, 0) != 1)
                        continue;
 
                if (refspecs.nr) {