]> git.ipfire.org Git - thirdparty/git.git/commit
write_packed_entry(): take `object_id` arguments
authorMichael Haggerty <mhagger@alum.mit.edu>
Sun, 5 Nov 2017 08:42:08 +0000 (09:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 01:31:08 +0000 (10:31 +0900)
commit417018826285140f9e948649ff9cf75a193075d2
tree42158f5c01900fc52862b4f27925a3067edb3064
parentacedcde76db257e4822291a180d5985852f8e621
write_packed_entry(): take `object_id` arguments

Change `write_packed_entry()` to take `struct object_id *` rather than
`unsigned char *` arguments.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/packed-backend.c