]> git.ipfire.org Git - thirdparty/git.git/commit
replace_object: convert struct replace_object to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:33 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:48 +0000 (09:23 -0700)
commit1731a1e2393da0117dcd09f17ae430c51f860c54
tree18a3be1a5281d6f08092a4692d2be5b515c52e14
parent246d7400fbe737c49efa0a42527f08317ab52b3f
replace_object: convert struct replace_object to object_id

Convert the two members of this struct to be instances of struct
object_id.  Adjust the various functions in this file accordingly.

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