• Show log

    Commit

  • Hash : 16adc9fa
    Author : Russell Belfer
    Date : 2013-05-24T10:35:58

    Typedef git_config_level_t and use it everywhere
    
    The GIT_CONFIG_LEVEL constants actually work well as an enum
    because they are mutually exclusive, so this adds a typedef to
    the enum and uses that everywhere that one of these constants are
    expected, instead of the old code that typically used an unsigned
    int.