Commits on Source (4)
-
-
Ben disabled them in cd85f8a7 but didn't say how or why they were broken.
-
-
Ben Gamari authored
GitLab creates a shallow clone. However, this means that we may not have the base commit of an MR when linting, causing `git merge-base` to fail. Fix this by passing `--unshallow` to `git fetch`, ensuring that we have the entire history.