libgit2

git_filter_list_stream_data

Version:

Apply a filter list to an arbitrary buffer as a stream

Signature

int git_filter_list_stream_data(git_filter_list *filters, git_buf *data, git_writestream *target);

Parameters

In
filters

the list of filters to apply

In
data

the buffer to filter

In
target

the stream into which the data will be written

Returns

int

Versions