• Show log

    Commit

  • Hash : 9869f1e5
    Author : Edward Thomson
    Date : 2021-05-06T02:19:49

    filter: deprecate git_filter_list_stream_data
    
    `git_filter_list_stream_data` takes user input in a `git_buf`.
    `git_buf` should only be used when libgit2 itself needs to allocate data
    and returned to a user that they can free when they wish.  Replace it
    with `git_filter_list_stream_buffer` that takes a data buffer and
    length.