Merge branch 'jk/ref-array-push'
API clean-up aournd ref-filter code. * jk/ref-array-push: ref-filter: factor ref_array pushing into its own function ref-filter: make ref_array_item allocation more consistent ref-filter: use "struct object_id" consistently
This commit is contained in:
@ -118,7 +118,7 @@ static int verify_tag(const char *name, const char *ref,
|
||||
return -1;
|
||||
|
||||
if (format->format)
|
||||
pretty_print_ref(name, oid->hash, format);
|
||||
pretty_print_ref(name, oid, format);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user