git_commit_create_from_ids

Create new commit in the repository from a list of git_oid values.

See documentation for git_commit_create() for information about the parameters, as the meaning is identical excepting that tree and parents now take git_oid. This is a dangerous API in that nor the tree, neither the parents list of git_oids are checked for validity.

@see git_commit_create

package extern (C) nothrow @nogc
int
git_commit_create_from_ids

Meta