libgit2

git_filter_list

Version:

List of filters to be applied

This represents a list of filters to be applied to a file / blob. You can build the list with one call, apply it with another, and dispose it with a third. In typical usage, there are not many occasions where a git_filter_list is needed directly since the library will generally handle conversions for you, but it can be convenient to be able to build and apply the list sometimes.

Signature

typedef struct git_filter_list git_filter_list

Parameter To

Versions