git_filter.check

Called to determine whether the filter should be invoked for a given file. If this function returns git_error_code.GIT_PASSTHROUGH then the apply function will not be invoked and the contents will be passed through unmodified.

struct git_filter
.git_filter_check_fn check;

Meta