]> git.proxmox.com Git - libgit2.git/commit
config: decouple the backend from the reader at the low level
authorCarlos Martín Nieto <cmn@dwim.me>
Thu, 5 Sep 2013 16:06:12 +0000 (18:06 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Thu, 5 Sep 2013 16:06:12 +0000 (18:06 +0200)
commitd209cc47515d2feeaa30de20882ded5cb4039736
tree8f2715c2fce7b0ba7a620a0380bfd1e6d0706fe8
parentcca9bea4845c5852b93d4c52a0c6efe20bb3bac2
config: decouple the backend from the reader at the low level

In order to support config includes, we must differentiate between the
backend's main file and the file we are currently parsing.

This lays the groundwork for includes, keeping the current behaviours.
src/config_file.c