git_repository_state

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

@param repo Repository pointer @return The state of the repository

extern (C) nothrow @nogc
int
git_repository_state

Meta