git_signature_now

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

Call git_signature_free() to free the data.

@param out_ new signature, in case of error null @param name name of the person @param email email of the person @return 0 or an error code

extern (C) nothrow @nogc
int
git_signature_now
(,
const(char)* name
,
const(char)* email
)

Meta