• Show log

    Commit

  • Hash : 9ac581bf
    Author : Carlos Martín Nieto
    Date : 2011-10-01T19:56:04

    config: behave like git with [section.subsection]
    
    The documentation is a bit misleading. The subsection name is always
    case-sensitive, but with a [section.subsection] header, the subsection
    is transformed to lowercase when the configuration is parsed.
    
    Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>