Merge branch 'jk/sq-dequote-on-bogus-input' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:34:36 +0000 (13:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:34:36 +0000 (13:34 -0800)
commit75d4f1eaf87595420d3e3eb8e64a81cd6efefd0f
tree59fce304f47f70e4e3fe114c32e1acd6c44a9ba9
parenta61a9bd8f0e385fd41c69c53d425e0fe1c430cbd
parentddbbf8eb25065720eefeb31e22f668931fca815b
Merge branch 'jk/sq-dequote-on-bogus-input' into next

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