• Show log

    Commit

  • Hash : a8943c04
    Author : Edward Thomson
    Date : 2021-08-27T15:59:01

    filter: proxy_stream is now git_filter_buffered_stream
    
    The filter's proxy_stream is used to adapt filters that only provided an
    `apply` function into a `stream` function.  Make this internal to the
    library instead of private to the filter file.  This will allow the
    filters to use it directly, instead of relying on the filter
    functionality to do the proxying.