libgit2

git_indexer_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 index has been finalized.

Signature

const char *git_indexer_name(const git_indexer *idx);

Parameters

In
idx

the indexer instance

Returns

const char *

a NUL terminated string for the packfile name

Versions