Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around issues with older versions of git
It turns out older versions of git cannot properly check out a commit if the ref that points to it was not a normal one (branch or tag). So, we work around this case by detecting it add adding a fake tag. Also, we change the fake ref we use for commit-only references to be a regular branch and not a special one for the same reason. This fixes flatpak/flatpak#1133 Closes: #52 Approved by: alexlarsson
- Loading branch information