]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
diff: convert diff_change to struct object_id
authorBrandon Williams <bmwill@google.com>
Tue, 30 May 2017 17:30:49 +0000 (10:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Jun 2017 00:36:07 +0000 (09:36 +0900)
commit94a0097a41f09e00322add6d1cf62b3610b6a85c
treede07985882df981e5b9a5e2306d4f393bdafb09d
parent55497b8c9e0163cb6d02cdf3b3cc3a10330c2b66
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 <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff-lib.c
diff.c
diff.h
revision.c
tree-diff.c