Skip to content

Commit f1f7477

Browse files
authored
Merge pull request #972 from libgit2/cmn/bump-libgit2
Update libgit2 to 9b2577f8e
2 parents 0b10975 + 71d1047 commit f1f7477

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/repo_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,8 @@ def test_clone_with_update_tips_callback
580580

581581
repo = Rugged::Repository.clone_at(@source_path, @tmppath, {
582582
update_tips: lambda { |refname, a, b|
583+
# The library seems to be sending us no-op updates
584+
next if a == b
583585
calls += 1
584586
updated_tips[refname] = [a, b]
585587
}

vendor/libgit2

Submodule libgit2 updated 202 files

0 commit comments

Comments
 (0)