git_packbuilder_insert_walk

Insert objects as given by the walk

Those commits and all objects they reference will be inserted into the packbuilder.

extern (C) nothrow @nogc
int
git_packbuilder_insert_walk

Parameters

pb libgit2_d.types.git_packbuilder*

the packbuilder

walk libgit2_d.types.git_revwalk*

the revwalk to use to fill the packbuilder

Return Value

Type: int

0 or an error code

Meta