On Wed, Jul 03, 2013 at 07:27:39PM +0100, John Keeping wrote:
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.
Thanks for catching this. Patch looks good.
There is another section later in the documentation which details the
various exit codes and what they mean. But it seems to have never
actually documented this case, so we don't need to update it. :)
-Peff