]> git.proxmox.com Git - libgit2.git/commit
config: fix variable overriding
authorCarlos Martín Nieto <cmn@dwim.me>
Fri, 6 Sep 2013 19:12:26 +0000 (21:12 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Sat, 7 Sep 2013 18:51:26 +0000 (20:51 +0200)
commit73fc5e01c2ad4af7912201fc938b234a2dc854ac
tree7ccd668e96d940c3f0f5bb70f424b5834ac5d407
parenta9fb79896e59f4e58cd7d174e7835e8a9c850a33
config: fix variable overriding

When two or more variables of the same name exist and the user asks
for a scalar, we must return the latest value assign to it.
src/config_file.c
tests-clar/config/include.c
tests-clar/config/read.c