commit | 7da9800fff189b93b46bb5e8763b75101264d940 | [log] [tgz] |
---|---|---|
author | John Keeping <john@keeping.me.uk> | Sun Jul 07 20:49:56 2013 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jul 07 13:34:31 2013 -0700 |
tree | c27c4e44588c6165f48b300009f6d90505719f01 | |
parent | edca4152560522a431a51fc0a06147fc680b5b18 [diff] |
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>