pack-objects: use unsigned int for counter and offset values
commit92bef1a14a6755ce1407a0e180cdc9e14a5c56b9
authorDan McGee <dpmcgee@gmail.com>
Tue, 18 Oct 2011 05:21:22 +0000 (18 00:21 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Oct 2011 07:16:32 +0000 (18 00:16 -0700)
treec2ede8ae927001e87bf1e74592126cf521e5b779
parentbe12681896fab9455eb65ea124df423b462e0072
pack-objects: use unsigned int for counter and offset values

This is done in some of the new pack layout code introduced in commit
1b4bb16b9ec331c. This more closely matches the nr_objects global that is
unsigned that these variables are based off of and bounded by.

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