git_packbuilder_write

Write the new pack and corresponding index file to path.

@param pb The packbuilder @param path to the directory where the packfile and index should be stored @param mode permissions to use creating a packfile or 0 for defaults @param progress_cb function to call with progress information from the indexer (optional) @param progress_cb_payload payload for the progress callback (optional)

@return 0 or an error code

extern (C) nothrow @nogc
int
git_packbuilder_write

Meta