From: Junio C Hamano Date: Sun, 13 Apr 2008 19:11:11 +0000 (-0700) Subject: Fix git_config_bool_or_int X-Git-Tag: v1.5.6-rc0~147 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c35b0b5884a12685aa794e00f51bc7dfaa0dd91c?ds=sidebyside;hp=c35b0b5884a12685aa794e00f51bc7dfaa0dd91c Fix git_config_bool_or_int The earlier one botched the return value logic between config_bool and config_bool_and_int. The former should normalize between 0 and 1 while the latter should give back full range of integer values. Signed-off-by: Junio C Hamano ---