git_repository_state

Determines the status of a git repository - ie, whether an operation (merge, cherry-pick, etc) is in progress.

extern (C) nothrow @nogc
int
git_repository_state

Parameters

repo libgit2_d.types.git_repository*

Repository pointer

Return Value

Type: int

The state of the repository

Meta