Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: move empty message checks to libgit
[gitweb.git]
/
builtin
/
fast-export.c
diff --git
a/builtin/fast-export.c
b/builtin/fast-export.c
index 72672665be292bbd25f64177dd086782e15f9302..f8fe04ca5332541213dc059dd02fdf09e0c6cf85 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) {