Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ext/rugged/rugged_commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ static VALUE rb_git_commit_create(VALUE self, VALUE rb_repo, VALUE rb_data)
commit_data.message,
commit_data.tree,
commit_data.parent_count,
(git_commit * const *) commit_data.parents);
commit_data.parents);

cleanup:
free_commit_options(&commit_data);
Expand Down Expand Up @@ -813,7 +813,7 @@ static VALUE rb_git_commit_create_to_s(VALUE self, VALUE rb_repo, VALUE rb_data)
commit_data.message,
commit_data.tree,
commit_data.parent_count,
(git_commit * const *) commit_data.parents);
commit_data.parents);

cleanup:
free_commit_options(&commit_data);
Expand Down
2 changes: 1 addition & 1 deletion vendor/libgit2
Submodule libgit2 updated 258 files
Loading