Fix non-literal format in printf-style calls
commit9db56f71b91153f4076a796c80c61f00edd8b700
authorDaniel Lowe <dlowe@bitmuse.com>
Mon, 10 Nov 2008 21:07:52 +0000 (10 16:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Nov 2008 22:43:59 +0000 (11 14:43 -0800)
treedc26e0cca76524884d612fdac3139accea58dbdb
parent989206f535dcd0f43356ad38e1d54cb833d96fc2
Fix non-literal format in printf-style calls

These were found using gcc 4.3.2-1ubuntu11 with the warning:

    warning: format not a string literal and no format arguments

Incorporated suggestions from Brandon Casey <casey@nrlssc.navy.mil>.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c
bundle.c
environment.c
fsck.c
grep.c
path.c
refs.c
unpack-trees.c