Skip to content

Commit

Permalink
Merge pull request #982 from libgit2/cmn/bump-libgit2
Browse files Browse the repository at this point in the history
Bump libgit2 to c6111ec0
  • Loading branch information
carlosmn authored Nov 3, 2024
2 parents daea268 + 23f7bc0 commit 010e611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 010e611

Please sign in to comment.