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
char *
email

full name of the author

when

email of the author

Returned By

Parameter To

Versions