Merge branch 'jk/sq-dequote-on-bogus-input' into jch
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Feb 2018 20:46:42 +0000 (12:46 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Feb 2018 20:46:42 +0000 (12:46 -0800)
commit702e2d60db41b77b610cc0188a077543d5488a20
tree98178414564f7cf9f81aecfc04550a8cc2b4dcd1
parent82b2606f10fc01e47d1d04fede38787a69bf004c
parentddbbf8eb25065720eefeb31e22f668931fca815b
Merge branch 'jk/sq-dequote-on-bogus-input' into jch

Code to unquote single-quoted string (used in the parser for
configuration files, etc.) did not diagnose bogus input correctly
and produced bogus results instead.

* jk/sq-dequote-on-bogus-input:
  sq_dequote: fix extra consumption of source string
quote.c
t/t1300-repo-config.sh