libgit2/include
Carlos Martín Nieto c033500549 Move config to a backend structure
Configuration options can come from different sources. Currently,
there is only support for reading them from a flat file, but it might
make sense to read it from a database at some point.

Move the parsing code into src/config_file.c and create an include
file include/git2/config_backend.h to allow for other backends to be
developed.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
2011-05-10 14:47:20 +02:00
..
git2 Move config to a backend structure 2011-05-10 14:47:20 +02:00
git2.h Merge remote-tracking branch 'upstream/development' into config 2011-05-05 16:22:06 +02:00