git-config(1): clarify precedence of multiple values
commit7da9800fff189b93b46bb5e8763b75101264d940
authorJohn Keeping <john@keeping.me.uk>
Sun, 7 Jul 2013 19:49:56 +0000 (7 20:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Jul 2013 20:34:31 +0000 (7 13:34 -0700)
treec27c4e44588c6165f48b300009f6d90505719f01
parentedca4152560522a431a51fc0a06147fc680b5b18
git-config(1): clarify precedence of multiple values

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.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt