Re: [PATCH v1] config: add '--sources' option to print the source of a config value
From: Jeff King <hidden>
Date: 2016-06-15 23:08:07
From: Jeff King <hidden>
Date: 2016-06-15 23:08:07
On Fri, Feb 05, 2016 at 12:13:04PM +0100, Sebastian Schuberth wrote:
On 2/5/2016 9:42, larsxschneider@gmail.com wrote:quoted
Teach 'git config' the '--sources' option to print the source configuration file for every printed value.Yay, not being able to see where a config setting originates from has bothered me in the past, too. So thanks for working on this. However, the naming of the '--sources' option sounds a bit misleading to me. It has nothing to do with source code. So maybe better name it '--origin', or even more verbose '--show-origin' or '--show-filename'?
I think he inherited the "--sources" name from me. :) I agree it could be better. I think "--show-filename" is not right as there are non-filename cases. Just "--origin" sounds funny to me, perhaps because of git's normal use of the word "origin". I like "--show-origin" the best of the ones suggested. -Peff