From: brian m. carlson Date: Mon, 12 Mar 2018 02:27:35 +0000 (+0000) Subject: archive: convert write_archive_entry_fn_t to object_id X-Git-Tag: v2.18.0-rc0~163^2~21 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/015ff4f8225841d791c9940d71ebbce82c978a3c?hp=015ff4f8225841d791c9940d71ebbce82c978a3c archive: convert write_archive_entry_fn_t to object_id Convert the write_archive_entry_fn_t type to use a pointer to struct object_id. Convert various static functions in the tar and zip archivers also. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---