git_reflog_delete

Delete the reflog for the given reference

extern (C) nothrow @nogc
int
git_reflog_delete

Parameters

repo libgit2_d.types.git_repository*

the repository

name const(char)*

the reflog to delete

Return Value

Type: int

0 or an error code

Meta