author | Jeff King <peff@peff.net> | |
Sat, 7 Mar 2009 17:14:05 +0000 (12:14 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 7 Mar 2009 19:32:44 +0000 (11:32 -0800) | ||
commit | ba048224685e661a4cf4736dcffab5fc60cbc70b | |
tree | 88e2ae99c69c4e28dfea35d5687b1e10a93ed26d | tree | snapshot |
parent | c23873589483eb5dc753190309af8c5821169118 | commit | diff |
config: set help text for --bool-or-int
The conversion to parse_opt left this as NULL; on glibc
systems, the usage message prints
--bool-or-int (null)
and on other ones, segfaults.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The conversion to parse_opt left this as NULL; on glibc
systems, the usage message prints
--bool-or-int (null)
and on other ones, segfaults.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-config.c | diff | blob | history |