]> git.proxmox.com Git - libgit2.git/commit - tests/config/write.c
config: refresh the values on write
authorCarlos Martín Nieto <cmn@dwim.me>
Mon, 31 Mar 2014 06:53:56 +0000 (08:53 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Fri, 18 Apr 2014 14:07:33 +0000 (16:07 +0200)
commiteaf3703401a64d59fd8bf2609449343d739ef056
tree726f551378188509ec157ebf3887ed5ff81cbb2c
parent0500a1ef4e61449a7ad375c1f42d3bd25a4e36bd
config: refresh the values on write

When writing out, parse the resulting file instead of adding or
replacing the value locally. This has the effect of reading external
changes as well.
src/config_file.c
tests/config/write.c