Add support for CreateCommitFromIds #466

Merged
lhchavez merged 4 commits from repository-create_commit_from_ids into master 2019-01-08 03:30:37 -06:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 35518c78df - Show all commits

View File

@ -450,6 +450,7 @@ func (v *Repository) CreateCommitFromIds(
runtime.KeepAlive(v)
runtime.KeepAlive(oid)
runtime.KeepAlive(tree)
runtime.KeepAlive(parents)
if ret < 0 {
return nil, MakeGitError(ret)