Open
Description
When using GitLab CI, a couple of custom refs are created in the GIT repository by GitLab to prevent errors with force-pushes and such (as far as I know "refs/pipelines/" and "refs/merge-requests/").
The problem is that this library checks every ref type in the repository and throws a RuntimeException if it doesn't recognize one:
gitlib/src/Gitonomy/Git/ReferenceBag.php
Lines 352 to 376 in b4620be
I can make a pull request to fix this, but wouldn't it be better to ignore any unknown reference instead of having to manually include each of them in this file?
Metadata
Metadata
Assignees
Labels
No labels