git_repository_state_cleanup

Remove all the metadata associated with an ongoing command like merge, revert, cherry-pick, etc. For example: MERGE_HEAD, MERGE_MSG, etc.

@param repo A repository object @return 0 on success, or error

extern (C) nothrow @nogc
int
git_repository_state_cleanup

Meta