refs/files-backend: convert struct ref_to_prune to object_id
commit49e9958869670d829edd63a54dabc46496a3cb48
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 15 Oct 2017 22:06:49 +0000 (15 22:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Oct 2017 02:05:50 +0000 (16 11:05 +0900)
tree39c959d3b0c02cf12f85ef41ee1b91969bf83dec
parent94f5a121d4816969fc00a17411a30d15d80d21e9
refs/files-backend: convert struct ref_to_prune to object_id

Change the member of this struct to be a struct object_id.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/files-backend.c