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_oid
s are checked for
validity.