Re: [PATCH] config: add support for --bool and --int while setting values
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:18
Junio C Hamano [off-list ref] writes:
Frank Lichtenheld [off-list ref] writes:
quoted
Something that I forgot to mention in the previous mail:
One real problem with the patch is that it expands the k,m,g suffixes
for integer values. It probably shouldn't do that.
How about doing something like this, then?
Nah, that wouldn't work, as normalize_value's return value is
parsed and quoted. Grumble....