On Sun, Jul 07, 2013 at 08:49:56PM +0100, John Keeping wrote: > In order to clarify which value is used when there are multiple values > defined for a key, re-order the list of file locations so that it runs > from least specific to most specific. Then add a paragraph which simply > says that the last value will be used. Makes sense. > file is not available or readable, 'git config' will exit with a non-zero > error code. However, in neither case will an error message be issued. > > +The files are read in the order given above, with last value found taking > +precedence over values read earlier. When multiple values are taken then all > +values of a key from all files will be used. What order do the values come in --get-all? If you read carefully, I think it is implied by the "files are read in order given above", but it took me a minute to think about it. Maybe add at the end: ...values of a key from all files will be shown, in the order the files are processed (least specific to most specific). Or something (I do not like "least specific" because we have not introduced that term earlier, but I can't think of another succinct way to say it). But even without that, the patch is certainly an improvement. -Peff -- 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