libgit2

signature

Version:

Signatures contain the information about the actor (committer or author) in a repository, and the time that they performed the commit, or authoring.

Structs

An action signature (e

Functions

Create a new action signature

Create a new action signature with a timestamp of 'now'

Create a new author and/or committer signatures with default information based on the configuration and environment variables

Create a new action signature with default user and now timestamp

Create a new signature by parsing the given buffer, which is expected to be in the format "Real Name <email> timestamp tzoffset", where timestamp is the number of seconds since the Unix epoch and tzoffset is the timezone offset in hhmm format (note the lack of a colon separator)

Create a copy of an existing signature duplicated.

Free an existing signature