git_repository_get_namespace

Get the currently active namespace for this repository

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

Parameters

repo libgit2_d.types.git_repository*

The repo

Return Value

Type: const(char)*

the active namespace, or null if there isn't one

Meta