git_blob_filter_options

The options used when applying filter options to a file.

extern (C) nothrow @nogc
struct git_blob_filter_options {}

Members

Variables

flags
uint flags;

Flags to control the filtering process, see git_blob_filter_flag_t above

version_
int version_;
Undocumented in source.

Meta