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.
2 parents 0f81e4b + cb9e2d7 commit fae5445Copy full SHA for fae5445
src/Gitonomy/Git/ReferenceBag.php
@@ -367,6 +367,8 @@ protected function initialize()
367
$this->references[$fullname] = $reference;
368
} elseif (preg_match('#^refs/pull/(.*)$#', $fullname)) {
369
// Do nothing here
370
+ } elseif ($fullname === 'refs/notes/gtm-data') {
371
+ // Do nothing here
372
} else {
373
throw new RuntimeException(sprintf('Unable to parse "%s"', $fullname));
374
}
0 commit comments