git add: trivial codestyle cleanup
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 24 Feb 2009 21:59:03 +0000 (23:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2009 08:49:54 +0000 (00:49 -0800)
Global static variables don't need to be initialized to 0/NULL.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found