From: Brandon Williams Date: Tue, 30 May 2017 17:30:47 +0000 (-0700) Subject: diff: convert diff_addremove to struct object_id X-Git-Tag: v2.14.0-rc0~86^2~22 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c26022ea8f54649ed6b3b545dd3158907abe5d2c?hp=c26022ea8f54649ed6b3b545dd3158907abe5d2c diff: convert diff_addremove to struct object_id Convert diff_addremove to take a struct object_id. In addtion convert the function pointer type 'add_remove_fn_t' to also take a struct object_id. Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano ---