On Mon, Feb 29, 2016 at 11:47 AM, Junio C Hamano <gits...@pobox.com> wrote:
> I was talking about the "not even an equal sign" true, i.e.
>
>     $ git -c random.what -c random.false=no -c random.true=yes \
>       config --bool --get-regexp 'random.*'
>     random.what true
>     random.false false
>     random.true true
>
> What would you see for random.what in the above function (if the
> callchain allowed you to pass it through)?

I see 'credential.what=(null)' if I pass it to sanitize-config. That's
probably a bug, and we should instead just output 'credential.what'
instead. I'll rework this.

Thanks,
Jake
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to