Merge branch 'jk/config-get-urlmatch'
commitc832cef8aa541cce6e2a53a4e1e466bfe8323531
authorJunio C Hamano <gitster@pobox.com>
Sun, 3 Apr 2016 17:29:26 +0000 (3 10:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Apr 2016 17:29:26 +0000 (3 10:29 -0700)
tree862607c5e50a1b1ea9ea542ccb86c9fd8e431465
parent2052c52d9a16fe1d9a091dd0b53ab1806a663999
parent24990b2febec5e00ecc8c7c57614b7431b86f7a5
Merge branch 'jk/config-get-urlmatch'

"git config --get-urlmatch", unlike other variants of the "git
config --get" family, did not signal error with its exit status
when there was no matching configuration.

* jk/config-get-urlmatch:
  Documentation/git-config: fix --get-all description
  Documentation/git-config: use bulleted list for exit codes
  config: fail if --get-urlmatch finds no value
Documentation/git-config.txt
builtin/config.c
t/t1300-repo-config.sh