ref-filter: convert some static functions to struct object_id
commit9850fe5d95ac14585998e6ebeaf158c976954b1b
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 6 May 2017 22:10:22 +0000 (6 22:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2017 06:12:58 +0000 (8 15:12 +0900)
tree54bec4502a029e37280c300b0e569e0709d49d2c
parentcedfc41ac62c691557263a8db41f7f693914d68d
ref-filter: convert some static functions to struct object_id

Among the converted functions is a caller of parse_object_buffer, which
we will convert later.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ref-filter.c