Merge branch 'jk/config-get-urlmatch' into maint
commit0759dfdd9c888cbec92240ada3193b57862b2265
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Apr 2016 01:57:43 +0000 (14 18:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Apr 2016 01:57:43 +0000 (14 18:57 -0700)
treef0011ec6a7f6714efbde4b82a6940affb867286c
parentf1cfacff51f4c72110fd30f39c4c04b15e84eac7
parent24990b2febec5e00ecc8c7c57614b7431b86f7a5
Merge branch 'jk/config-get-urlmatch' into maint

"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