]> git.ipfire.org Git - thirdparty/git.git/commit - archive-tar.c
archive: convert write_archive_entry_fn_t to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:35 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:48 +0000 (09:23 -0700)
commit015ff4f8225841d791c9940d71ebbce82c978a3c
tree947a476d1e9cd005038eab7cf0acb0b9a84dfeed
parenteedc994f18b608a805b31db0d40c13cce1b970fb
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 <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive-tar.c
archive-zip.c
archive.c
archive.h