git_packbuilder_name

Get the unique name for the resulting packfile.

The packfile's name is derived from the packfile's content. This is only correct after the packfile has been written.

extern (C) nothrow @nogc public
const(char)*
git_packbuilder_name

Parameters

pb libgit2.types.git_packbuilder*

the packbuilder instance

Return Value

Type: const(char)*

a null terminated string for the packfile name

Meta