Struct git_filter_options
Filtering options. Initialize with GIT_FILTER_OPTIONS_INIT.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public struct git_filter_options
Fields
| Improve this Doc View Sourceattr_commit_id
The commit to load attributes from, when
GIT_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_filter_flags_t flags
Field Value
| Type | Description |
|---|---|
| git_filter_flags_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_FILTER_OPTIONS_INIT
The default values for our options structure.
Declaration
public static readonly git_filter_options GIT_FILTER_OPTIONS_INIT { get; }
Property Value
| Type | Description |
|---|---|
| git_filter_options |
GIT_FILTER_OPTIONS_VERSION
Current version of the options structure.
Declaration
public static readonly int GIT_FILTER_OPTIONS_VERSION { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |