Show / Hide Table of Contents

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 Source

attr_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
| Improve this Doc View Source

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
| Improve this Doc View Source

reserved

Declaration
public IntPtr reserved
Field Value
Type Description
IntPtr
| Improve this Doc View Source

version

Version of the options.

Declaration
public int version
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

GIT_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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX