Initialize git_filter_options structure
Initialize a git_filter_options with default values. Equivalent to creating an instance with GIT_FILTER_OPTIONS_VERSION.
git_filter_options
The git_filter_options struct to initialize.
The struct version; pass GIT_FILTER_OPTIONS_VERSION
GIT_FILTER_OPTIONS_VERSION
0 on success or -1 on failure.