builtin/checkout: convert some static functions to struct object_id
commit60af7691db8abc0550add4dcd9e02bd474fca318
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 5 Sep 2016 20:08:00 +0000 (5 20:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 19:59:42 +0000 (7 12:59 -0700)
tree67e3ffd1bc0b0dfb0b6ac6c1fc952da2df04941b
parent7eda0e4fbbc243d4103cced29357bb08af36a139
builtin/checkout: convert some static functions to struct object_id

Convert all the static functions that are not callbacks to struct
object_id.

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