git_remote_name

Get the remote's name

extern (C) nothrow @nogc
const(char)*
git_remote_name

Parameters

remote const(libgit2_d.types.git_remote)*

the remote

Return Value

Type: const(char)*

a pointer to the name or null for in-memory remotes

Meta