• Show log

    Commit

  • Hash : 2a7d224f
    Author : Russell Belfer
    Date : 2013-09-10T16:33:32

    Extend public filter api with filter lists
    
    This moves the git_filter_list into the public API so that users
    can create, apply, and dispose of filter lists.  This allows more
    granular application of filters to user data outside of libgit2
    internals.
    
    This also converts all the internal usage of filters to the public
    APIs along with a few small tweaks to make it easier to use the
    public git_buffer stuff alongside the internal git_buf.