Struct git_blob_filter_options
The options used when applying filter options to a file.
Initialize with GIT_BLOB_FILTER_OPTIONS_INIT.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public struct git_blob_filter_options
Fields
| Improve this Doc View Sourceattr_commit_id
The commit to load attributes from, when
GIT_BLOB_FILTER_ATTRIBUTES_FROM_COMMIT is specified.
Declaration
public git_oid attr_commit_id
Field Value
| Type | Description |
|---|---|
| git_oid |
flags
Flags to control the filtering process, see
git_blob_filter_flag_t above.
Declaration
public git_blob_filter_flag_t flags
Field Value
| Type | Description |
|---|---|
| git_blob_filter_flag_t |
reserved
Declaration
public IntPtr reserved
Field Value
| Type | Description |
|---|---|
| IntPtr |
version
Version of the options.
Declaration
public int version
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Properties
| Improve this Doc View SourceGIT_BLOB_FILTER_OPTIONS_INIT
The default values for our options structure.
Declaration
public static readonly git_blob_filter_options GIT_BLOB_FILTER_OPTIONS_INIT { get; }
Property Value
| Type | Description |
|---|---|
| git_blob_filter_options |
GIT_BLOB_FILTER_OPTIONS_VERSION
Current version of the options structure.
Declaration
public static readonly int GIT_BLOB_FILTER_OPTIONS_VERSION { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |