libgit2

git_filter_list_stream_blob

Version:

Apply a filter list to a blob as a stream

Signature

int git_filter_list_stream_blob(git_filter_list *filters, git_blob *blob, git_writestream *target);

Parameters

In
filters

the list of filters to apply

In
blob

the blob to filter

In
target

the stream into which the data will be written

Returns

int

Versions