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:
Junio C Hamano
2018-04-25 13:28:59 +09:00
4 changed files with 36 additions and 14 deletions

View File

@ -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;
}