Convert remaining callers of resolve_refdup to object_id
commit2928325fc0b676876fcda5ffcbc461695aaedbb8
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 21 Feb 2017 23:47:29 +0000 (21 23:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Feb 2017 18:12:15 +0000 (22 10:12 -0800)
treebbe6fa6cbfad815394e85025adbd8fda34c9b7cf
parent52684310baadac2de07548af67993309d00ce0cf
Convert remaining callers of resolve_refdup to object_id

There are a few leaf functions in various files that call
resolve_refdup.  Convert these functions to use struct object_id
internally to prepare for transitioning resolve_refdup itself.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/notes.c
builtin/receive-pack.c
ref-filter.c
reflog-walk.c
transport.c
wt-status.c