8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ab807 commit c81cb6aCopy full SHA for c81cb6a
bin/git-sync-check.rb
@@ -93,6 +93,7 @@ def self.check_consistency
93
94
# Remove refs which are not to be checked here.
95
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
97
remote_refs.keys.each { |ref| remote_refs.delete(ref) if ref.match(%r[\Arefs/pull/\d+/\w+\z]) } # pull requests
98
99
# Check consistency
0 commit comments