git_config_bool_or_int()
authorJunio C Hamano <gitster@pobox.com>
Sun, 13 Apr 2008 01:33:31 +0000 (18:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Apr 2008 01:38:40 +0000 (18:38 -0700)
This new function can be used by config parsers to tell if a variable
is simply set, set to 1, or set to "true".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found