]> git.proxmox.com Git - libgit2.git/commit
Parse config headers with quoted quotes
authorEdward Thomson <ethomson@microsoft.com>
Wed, 7 Aug 2013 16:11:55 +0000 (11:11 -0500)
committerEdward Thomson <ethomson@microsoft.com>
Wed, 7 Aug 2013 17:38:09 +0000 (12:38 -0500)
commit2d9f5b9f13107a4f59ea1c055620efeb603f2bab
tree533772f695abb6728bba54c7ddf08239e4d23a29
parentc5780abb024a3d570bc1e7eb8c892a60b77bad84
Parse config headers with quoted quotes

Parse config headers that have the last quote on the
line quoted instead of walking off the end.
src/config_file.c
tests-clar/config/read.c