git_signature_new

Create a new action signature.

Call git_signature_free() to free the data.

Note: angle brackets ('<' and '>') characters are not allowed to be used in either the name or the email parameter.

@param out_ new signature, in case of error null @param name name of the person @param email email of the person @param time time (in seconds from epoch) when the action happened @param offset timezone offset (in minutes) for the time @return 0 or an error code

extern (C) nothrow @nogc
int
git_signature_new

Meta