pack-objects: shrink struct object_entry
commit63cdcfa40f5791dd233c574f633e56e4058e5f8e
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2013 23:21:18 +0000 (4 15:21 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2013 23:23:35 +0000 (4 15:23 -0800)
treec05c6bf1a400c8353638ecf7871e7a409241d8f6
parentf51a757fafc1e1ca9565381a13109932acd81dba
pack-objects: shrink struct object_entry

Turn some boolean fields into bitfields and use uint32_t for name
hash.  This shrinks the size of the structure from 128 bytes to 120
bytes.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c