libgit2/include
Carlos Martín Nieto 2974aa94c3 Determine variable type at runtime
Config variables should be interpreted at run-time, as we don't know if a
zero means false or zero, or if yes means true or "yes".

As a variable has no intrinsic type, git_cvtype is gone and the public
API takes care of enforcing a few rules.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
2011-03-30 13:42:24 +02:00
..
git2 Determine variable type at runtime 2011-03-30 13:42:24 +02:00
git2.h Move the struct declaration outside config.c 2011-03-28 17:03:08 +02:00