summaryrefslogtreecommitdiff
path: root/Documentation/howto/isolate-bugs-with-bisect.txt
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2006-02-12 03:14:48 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-02-12 08:26:54 (GMT)
commit7162dff3dde6fb0a2829fbc8e641fc6d1e7e76ec (patch)
treed033a166979f4ab454550f02352213fee46a52c8 /Documentation/howto/isolate-bugs-with-bisect.txt
parent16139f9035137ccd81e1e9a9dc203fbede6997a0 (diff)
downloadgit-7162dff3dde6fb0a2829fbc8e641fc6d1e7e76ec.zip
git-7162dff3dde6fb0a2829fbc8e641fc6d1e7e76ec.tar.gz
git-7162dff3dde6fb0a2829fbc8e641fc6d1e7e76ec.tar.bz2
Add support for explicit type specifiers when calling git-repo-config
Currently, git-repo-config will just return the raw value of option as specified in the config file; this makes things difficult for scripts calling it, especially if the value is supposed to be boolean. This patch makes it possible to ask git-repo-config to check if the option is of the given type (int or bool) and write out the value in its canonical form. If you do not pass --int or --bool, the behaviour stays unchanged and the raw value is emitted. This also incidentally fixes the segfault when option with no value is encountered. [jc: tweaked the option parsing a bit to make it easier to see that the patch does not change anything but the type stuff in the diff output. Also changed to avoid "foo ? : bar" construct. ] Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/howto/isolate-bugs-with-bisect.txt')
0 files changed, 0 insertions, 0 deletions