]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-config.txt
Documentation/git-config: fix --get-all description
authorJohn Keeping <john@keeping.me.uk>
Sun, 28 Feb 2016 11:54:37 +0000 (11:54 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Feb 2016 20:01:45 +0000 (12:01 -0800)
commit24990b2febec5e00ecc8c7c57614b7431b86f7a5
tree3b990c6c7bc136feb47c10cc6578d2a1c2ac51b8
parent94c5b0e8b9276416a01646d1e4fdb73561323558
Documentation/git-config: fix --get-all description

--get does not fail if a key is multi-valued, it returns the last value
as described in its documentation.  Clarify the description of --get-all
to avoid implying that --get does fail in this case.

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