git_blob_filter_options

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.

Members

Variables

attr_commit_id
libgit2.oid.git_oid attr_commit_id;

The commit to load attributes from, when GIT_BLOB_FILTER_ATTRIBUTES_FROM_COMMIT is specified.

commit_id
libgit2.oid.git_oid* commit_id;
Undocumented in source.
flags
uint flags;

Flags to control the filtering process, see git_blob_filter_flag_t above

reserved
void* reserved;
Undocumented in source.
version_
int version_;
Undocumented in source.

Meta