You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we cannot set the branch we want to fetch in the registry file.
The workaround is to exploit that branches and tags are handled sufficiently similar that we can just pretend that our branch is a tag in things will work. This workaround will be okay with fpm since we are currently not making a distinction between branches and tags in the fpm.
On the other hand, this behaviour can also be exploited to add commits from forks using the tag key in the registry, like I have done in the past here: 4e4da02
The text was updated successfully, but these errors were encountered:
Currently we cannot set the branch we want to fetch in the registry file.
The workaround is to exploit that branches and tags are handled sufficiently similar that we can just pretend that our branch is a tag in things will work. This workaround will be okay with fpm since we are currently not making a distinction between branches and tags in the fpm.
On the other hand, this behaviour can also be exploited to add commits from forks using the
tag
key in the registry, like I have done in the past here: 4e4da02The text was updated successfully, but these errors were encountered: