• Show log

    Commit

  • Hash : 2974aa94
    Author : Carlos Martín Nieto
    Date : 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>