libgit2

git_blob_filter_options

Version:

The options used when applying filter options to a file.

Initialize with GIT_BLOB_FILTER_OPTIONS_INIT. Alternatively, you can use git_blob_filter_options_init.

Signature

typedef struct git_blob_filter_options { int version uint32_t flags };

Members

int
version
uint32_t
flags

Flags to control the filtering process, see git_blob_filter_flag_t above

Parameter To

Versions