git_filter_list_stream_data

Apply a filter list to an arbitrary buffer as a stream

extern (C) nothrow @nogc
int
git_filter_list_stream_data

Parameters

filters .git_filter_list*

the list of filters to apply

data libgit2_d.buffer.git_buf*

the buffer to filter

target libgit2_d.types.git_writestream*

the stream into which the data will be written

Meta