git_config_bool_or_int()
commita53f2ec617ba36a67bf8794d28d666d45ce374a6
authorJunio C Hamano <gitster@pobox.com>
Sun, 13 Apr 2008 01:33:31 +0000 (12 18:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Apr 2008 01:38:40 +0000 (12 18:38 -0700)
tree7e64d68fe0b4363e3986b76741b30f60532a1b5b
parent4cdda2b895dfb6ba084e3952cbf4274a6a2e0338
git_config_bool_or_int()

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>
cache.h
config.c