}
else
printf("[%s] ",
- find_unique_abbrev(get_object_hash(commit->object),
+ find_unique_abbrev(commit->object.oid.hash,
DEFAULT_ABBREV));
}
puts(pretty_str);
head_len,
ref_name[i],
head_oid.hash,
- get_object_hash(rev[i]->object));
+ rev[i]->object.oid.hash);
if (extra < 0)
printf("%c [%s] ",
is_head ? '*' : ' ', ref_name[i]);