From: Brandon Williams Date: Tue, 30 May 2017 17:30:49 +0000 (-0700) Subject: diff: convert diff_change to struct object_id X-Git-Tag: v2.14.0-rc0~86^2~20 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/94a0097a41f09e00322add6d1cf62b3610b6a85c?ds=inline;hp=94a0097a41f09e00322add6d1cf62b3610b6a85c diff: convert diff_change to struct object_id Convert diff_change to take a struct object_id. In addition convert the function pointer type 'change_fn_t' to also take a struct object_id. Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano ---