• Show log

    Commit

  • Hash : 071b6c06
    Author : Patrick Steinhardt
    Date : 2017-05-24T11:13:36

    config_file: implement conditional "gitdir" includes
    
    Upstream git.git has implemented the ability to include other
    configuration files based on conditions. Right now, this only includes
    the ability to include a file based on the gitdir-location of the
    repository the currently parsed configuration file belongs to. This
    commit implements handling these conditional includes for the
    case-sensitive "gitdir" condition.