git-config: update doc for --get with multiple values
commit62e91efafd2030b7dc33ac6450b4e9a316e6ecc6
authorJohn Keeping <john@keeping.me.uk>
Wed, 3 Jul 2013 18:27:39 +0000 (3 19:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Jul 2013 18:48:15 +0000 (3 11:48 -0700)
tree9a5141b8ef1ee0a53cb124800a1c5bb5b448a6b6
parent04a74b6cfa5ef4870263f84ac94a488d9f2ef14a
git-config: update doc for --get with multiple values

Since commit 00b347d (git-config: do not complain about duplicate
entries, 2012-10-23), "git config --get" does not exit with an error if
there are multiple values for the specified key but instead returns the
last value.  Update the documentation to reflect this.

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