Pranit Bauva <pranit.bauva@xxxxxxxxx> writes: > On Fri, Mar 11, 2016 at 3:04 AM, Junio C Hamano <gitster@xxxxxxxxx> > wrote: >> But doesn't this belong to git_commit_config(), not >> git_STATUS_config()? Should "commit.verbose" make output from "git >> status" verbose? > > True. It should belong to git_commit_config(). My bad. But > surprisingly this code works. I have no idea why. I will update the > Patch and I have also finished writing test so I will include that > also. If that is surprising to you, that indicates that you only tested "commit" and not "status", I think. If you choose commit.verbose to apply only to "commit", but not "status", then your test should cover both commands, i.e. when the configuration is set to true, the default verbosity level for "git commit" should be raised, and the verbosity level for "git status" should not be--both must be verified in your test script. -- 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