author | Dan McGee <dpmcgee@gmail.com> | |
Tue, 18 Oct 2011 05:21:22 +0000 (00:21 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 18 Oct 2011 07:16:32 +0000 (00:16 -0700) | ||
commit | 92bef1a14a6755ce1407a0e180cdc9e14a5c56b9 | |
tree | c2ede8ae927001e87bf1e74592126cf521e5b779 | tree | snapshot |
parent | be12681896fab9455eb65ea124df423b462e0072 | commit | diff |
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>
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 | diff | blob | history |