git_repository_ident

Retrieve the configured identity to use for reflogs

The memory is owned by the repository and must not be freed by the user.

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

Parameters

name const(char)**

where to store the pointer to the name

email const(char)**

where to store the pointer to the email

repo const(libgit2_d.types.git_repository)*

the repository

Meta