Skip to content

Commit

Permalink
Merge pull request #972 from libgit2/cmn/bump-libgit2
Browse files Browse the repository at this point in the history
Update libgit2 to 9b2577f8e
  • Loading branch information
carlosmn committed Feb 7, 2024
2 parents 0b10975 + 71d1047 commit f1f7477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/repo_test.rb
Expand Up @@ -580,6 +580,8 @@ def test_clone_with_update_tips_callback

repo = Rugged::Repository.clone_at(@source_path, @tmppath, {
update_tips: lambda { |refname, a, b|
# The library seems to be sending us no-op updates
next if a == b
calls += 1
updated_tips[refname] = [a, b]
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/libgit2
Submodule libgit2 updated 202 files

0 comments on commit f1f7477

Please sign in to comment.