Code

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)
commit9ccb3bca5776278aa4c2bd1da41c07edce68dfd1
tree7e87f2a1c1185879445b9dbe52e15d16807b0dc6
parentaa98eb3d6581a123852e4e080011acc3a61bc556
git add: trivial codestyle cleanup

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>
builtin-add.c