Files
git/builtin
Junio C Hamano 6667a6ac20 builtin/config.c: compilation fix
Do not feed a random string as the first parameter to die(); use "%s"
as the format string instead.

Do the same for test-urlmatch-normalization.c while saving a single
pointer variable by turning a "const char *" constant string into
"const char []", which is sufficient to squelch compilation warning
(the compiler can see usage[] given to die() is a constant and will
never have conversion specifiers that cause trouble).  But for a
good measure, give them the same "%s" treatment as well.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-08-09 09:20:38 -07:00
..
2013-04-26 15:28:09 -07:00
2013-04-23 11:22:48 -07:00
2013-04-15 11:04:44 -07:00
2013-01-23 21:19:10 -08:00
2013-08-09 09:20:38 -07:00
2013-02-01 12:40:16 -08:00
2013-04-03 09:18:01 -07:00
2013-04-26 15:28:39 -07:00
2013-01-16 12:48:22 -08:00
2013-01-16 12:48:22 -08:00