git_branch_delete

Delete an existing branch reference.

Note that if the deletion succeeds, the reference object will not be valid anymore, and should be freed immediately by the user using git_reference_free().

@param branch A valid reference representing a branch @return 0 on success, or an error code.

extern (C) nothrow @nogc
int
git_branch_delete

Meta