git_signature_now

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

Call git_signature_free() to free the data.

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

Parameters

out_ libgit2_d.types.git_signature**

new signature, in case of error null

name const(char)*

name of the person

email const(char)*

email of the person

Return Value

Type: int

0 or an error code

Meta