libgit2

git_packbuilder_name

Version:

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.

Signature

const char *git_packbuilder_name(git_packbuilder *pb);

Parameters

In
pb

the packbuilder instance

Returns

const char *

a NUL terminated string for the packfile name

Versions