• Show log

    Commit

  • Hash : f0f27c1c
    Author : Edward Thomson
    Date : 2019-07-21T14:13:25

    filter: optionally read attributes from repository
    
    When `GIT_FILTER_ATTRIBUTES_FROM_HEAD` is specified, configure the
    filter to read filter attributes from `gitattributes` files that are
    checked in to the repository at the HEAD revision.  This passes the flag
    `GIT_ATTR_CHECK_INCLUDE_HEAD` to the attribute reading functions.