author | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Apr 2008 01:33:31 +0000 (18:33 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Apr 2008 01:38:40 +0000 (18:38 -0700) | ||
commit | a53f2ec617ba36a67bf8794d28d666d45ce374a6 | |
tree | 7e64d68fe0b4363e3986b76741b30f60532a1b5b | tree | snapshot |
parent | 4cdda2b895dfb6ba084e3952cbf4274a6a2e0338 | commit | diff |
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>
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 | diff | blob | history | |
config.c | diff | blob | history |