Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
worktree: convert struct worktree to object_id
[gitweb.git]
/
builtin
/
fast-export.c
diff --git
a/builtin/fast-export.c
b/builtin/fast-export.c
index 2fb60d6d48eae68affdcf64f6dbab0282408f393..d74c73f7776fcf76bc66679b1e34513d7c75d41a 100644
(file)
--- a/
builtin/fast-export.c
+++ b/
builtin/fast-export.c
@@
-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) {