Commit 2974aa94c33b3845db3c999354d4202ff2b5bd2d

Carlos Martín Nieto 2011-03-30T11:30:40

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>