git_remote_prune

Prune tracking refs that are no longer present on remote

extern (C) nothrow @nogc
int
git_remote_prune

Parameters

remote libgit2_d.types.git_remote*

the remote to prune

callbacks const(.git_remote_callbacks)*

callbacks to use for this prune

Return Value

Type: int

0 or an error code

Meta