]> git.ipfire.org Git - thirdparty/git.git/commit - decorate.c
Unify signedness in hashing calls
authorDan McGee <dpmcgee@gmail.com>
Tue, 19 May 2009 04:34:02 +0000 (23:34 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2009 07:02:24 +0000 (00:02 -0700)
commit91fe2f909154c5cda3b40c68e72c3172a7f137f6
tree9400d0ea436fec81b226f2abe612f50df60273fb
parent99ddd24ad7753458043016bf1b7d88915aaeb396
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>
decorate.c
object.c