]> git.proxmox.com Git - libgit2.git/commit - tests/config/stress.c
config: support trailing backslashes
authorCarlos Martín Nieto <cmn@dwim.me>
Fri, 25 Jan 2013 12:29:28 +0000 (13:29 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Fri, 25 Jan 2013 12:29:28 +0000 (13:29 +0100)
commit9f35754a0ebb8004162e93ad365e0757fa39920a
tree19491e9d9dd625c47945dc727bbb6c88acda5eea
parent26ec6a6db364534077add6bc486cfeefdebfeee8
config: support trailing backslashes

Check whether the backslash at the end of the line is being escaped or
not so as not to consider it a continuation marker when it's e.g. a
Windows-style path.
src/config_file.c
tests-clar/config/stress.c