git_packbuilder_insert_recur

Recursively insert an object and its referenced objects

Insert the object as well as any object it references.

extern (C) nothrow @nogc
int
git_packbuilder_insert_recur

Parameters

pb libgit2_d.types.git_packbuilder*

the packbuilder

id const(libgit2_d.oid.git_oid)*

the id of the root object to insert

name const(char)*

optional name for the object

Return Value

Type: int

0 or an error code

Meta