diff options
author | Petr Baudis <pasky@suse.cz> | 2006-02-12 04:14:48 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-12 00:26:54 -0800 |
commit | 7162dff3dde6fb0a2829fbc8e641fc6d1e7e76ec (patch) | |
tree | d033a166979f4ab454550f02352213fee46a52c8 /diff.h | |
parent | t5500: adjust to change in pack-object reporting behaviour. (diff) | |
download | tgif-7162dff3dde6fb0a2829fbc8e641fc6d1e7e76ec.tar.xz |
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 'diff.h')
0 files changed, 0 insertions, 0 deletions