git_signature

An action signature (e.g. for committers, taggers, etc)

extern (C) nothrow @nogc
struct git_signature {}

Members

Variables

email
char* email;

email of the author

name
char* name;

full name of the author

when
.git_time when;

time when the action happened

Meta