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 git_oid *commit_id git_oid attr_commit_id };

Members

int
version
uint32_t
flags

Flags to control the filtering process, see git_blob_filter_flag_t above

commit_id
attr_commit_id

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

Parameter To

Versions