git_packbuilder_insert

Insert a single object

For an optimal pack it's mandatory to insert objects in recency order, commits followed by trees and blobs.

@param pb The packbuilder @param id The oid of the commit @param name The name; might be null

@return 0 or an error code

extern (C) nothrow @nogc
int
git_packbuilder_insert

Meta