]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/fast-export.c
refs: convert dwim_ref and expand_ref to struct object_id
[thirdparty/git.git] / builtin / fast-export.c
index 2fb60d6d48eae68affdcf64f6dbab0282408f393..d74c73f7776fcf76bc66679b1e34513d7c75d41a 100644 (file)
@@ -823,7 +823,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.hash, &full_name) != 1)
+               if (dwim_ref(e->name, strlen(e->name), &oid, &full_name) != 1)
                        continue;
 
                if (refspecs) {