libgit2

git_packbuilder_write

Version:

Write the new pack and the corresponding index to path

Signature

int git_packbuilder_write(git_packbuilder *pb, const char *file);

Parameters

In
pb

The packbuilder

const char *
In
file

Returns

int

0 or an error code

Versions