author | Dan McGee <dpmcgee@gmail.com> | |
Tue, 19 May 2009 04:34:02 +0000 (23:34 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 20 May 2009 07:02:24 +0000 (00:02 -0700) | ||
commit | 91fe2f909154c5cda3b40c68e72c3172a7f137f6 | |
tree | 9400d0ea436fec81b226f2abe612f50df60273fb | tree | snapshot |
parent | 99ddd24ad7753458043016bf1b7d88915aaeb396 | commit | diff |
Unify signedness in hashing calls
Our hash_obj and hashtable_index calls and functions were doing a lot of
funny things with signedness. Unify all of it to 'unsigned int'.
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Our hash_obj and hashtable_index calls and functions were doing a lot of
funny things with signedness. Unify all of it to 'unsigned int'.
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
decorate.c | diff | blob | history | |
object.c | diff | blob | history |