• Show log

    Commit

  • Hash : a5392eae
    Author : Edward Thomson
    Date : 2019-07-21T12:13:07

    blob: allow blob filtering to ignore system gitattributes
    
    Introduce `GIT_BLOB_FILTER_NO_SYSTEM_ATTRIBUTES`, which tells
    `git_blob_filter` to ignore the system-wide attributes file, usually
    `/etc/gitattributes`.
    
    This simply passes the appropriate flag to the attribute loading code.