git_repository_message_remove

Remove git's prepared message.

Remove the message that git_repository_message retrieves.

extern (C) nothrow @nogc public
int
git_repository_message_remove

Parameters

repo libgit2.types.git_repository*

Repository to remove prepared message from.

Return Value

Type: int

0 or an error code.

Meta