Re: [PATCH v5 3/3] git: submodule honor -c credential.* from command line

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Feb 29, 2016 at 11:47 AM, Junio C Hamano <gitster@xxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]