]> git.proxmox.com Git - libgit2.git/commit
config: don't special-case the multivar iterator
authorCarlos Martín Nieto <cmn@dwim.me>
Tue, 13 Aug 2013 22:45:05 +0000 (00:45 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 13 Aug 2013 22:45:05 +0000 (00:45 +0200)
commitf4be8209afd3cc996667196a1e437aac21485691
tree9501c07058c7a1b6b8cafc3208346e80274e46cb
parent43e5dda70249ede020a57f3888356a0dcb96da48
config: don't special-case the multivar iterator

Build it on top of the normal iterator instead, which lets use re-use
a lot of code.
include/git2/config.h
include/git2/sys/config.h
src/config.c
src/config.h
src/config_file.c
tests-clar/config/multivar.c