Show / Hide Table of Contents

Struct git_signature

The signature portion of a git commit, containing the author or committer information including name, email address and time.

Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public struct git_signature

Fields

| Improve this Doc View Source

email

The email address of the author or committer.

Declaration
public byte *email
Field Value
Type Description
System.Byte*
| Improve this Doc View Source

name

The full name of the author or committer.

Declaration
public byte *name
Field Value
Type Description
System.Byte*
| Improve this Doc View Source

when

The time the commit was authored or committed.

Declaration
public git_time when
Field Value
Type Description
git_time
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX