libgit2

git_filter_list_apply_to_blob

Version:

Apply a filter list to the contents of a blob

Signature

int git_filter_list_apply_to_blob(git_buf *out, git_filter_list *filters, git_blob *blob);

Parameters

In
out

buffer into which to store the filtered file

In
filters

the list of filters to apply

In
blob

the blob to filter

Returns

int

Versions