Hi Matthew, On 18/12/2019 01:11, Matthew Rogers via GitGitGadget wrote: > From: Matthew Rogers <mattr94@xxxxxxxxx> > > Add new option --show-scope which allows a user to know what the scope > of listed config options are (local/global/system/etc.). > > Signed-off-by: Matthew Rogers <mattr94@xxxxxxxxx> > --- > builtin/config.c | 60 ++++++++++++++++++++++++++++++++++++++++------- > t/t1300-config.sh | 51 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 103 insertions(+), 8 deletions(-) Doesn't this also need a man page update as well for adding the option to the synopsis. The commit message doesn't fully highlight that the config list will often be all the users config values, so each value will be disambiguated/identified as to it's origin. Philip