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