git_filter_list_stream_blob

Apply a filter list to a blob as a stream

extern (C) nothrow @nogc
int
git_filter_list_stream_blob

Parameters

filters .git_filter_list*

the list of filters to apply

blob libgit2_d.types.git_blob*

the blob to filter

target libgit2_d.types.git_writestream*

the stream into which the data will be written

Meta