git_filter_init

Initializes a git_filter with default values. Equivalent to creating an instance with GIT_FILTER_INIT.

@param filter the git_filter struct to initialize. @param version Version the struct; pass GIT_FILTER_VERSION @return Zero on success; -1 on failure.

package extern (C) nothrow @nogc
int
git_filter_init

Meta