libgit2

git_signature

Version:

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

Signature

typedef struct git_signature { char *name char *email git_time when };

Members

char *
name

full name of the author

char *
email

email of the author

when

time when the action happened

Returned By

Parameter To

Versions