libgit2

git_repository_get_namespace

Version:

Get the currently active namespace for this repository

Signature

const char *git_repository_get_namespace(git_repository *repo);

Parameters

In
repo

The repo

Returns

const char *

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

Versions