builtin/prune: convert to struct object_id
commitaf6730e7303d3025a8f50192e0f54acc74142484
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 1 May 2017 02:28:58 +0000 (1 02:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 May 2017 01:46:41 +0000 (2 10:46 +0900)
tree31c5ee3b84b02af89bab326e2d416ae5ce7d6022
parent511dca80cce868237b2b64f909ed83863fcf5455
builtin/prune: convert to struct object_id

Convert the sole instance of unsigned char [20] to struct object_id.
cmd_prune is a caller of parse_object, which we will convert later.

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