Skip to content

Commit c81cb6a

Browse files
committed
Give up synchronizing refs/notes/commits
1 parent a6ab807 commit c81cb6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/git-sync-check.rb

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def self.check_consistency
9393

9494
# Remove refs which are not to be checked here.
9595
remote_refs.delete('HEAD') # show-ref does not show it
96+
remote_refs.delete('refs/notes/commits') # it seems too complicated to recover its inconsistency
9697
remote_refs.keys.each { |ref| remote_refs.delete(ref) if ref.match(%r[\Arefs/pull/\d+/\w+\z]) } # pull requests
9798

9899
# Check consistency

0 commit comments

Comments
 (0)