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.
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