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
I updated to the lastest version today, and found a regression related to reference handling. As far as I can tell, git revisions are not recognized when they contain certain character. At $WORK we use @ in our branch names, for instance.
How to reproduce
git init
touch t
git add t
git commit -m "add t"
git branch lthms@reproduce
stg init
stg rebase lthms@reproduce
was working with 2.1.0, but does not work with 2.2.1.
The text was updated successfully, but these errors were encountered:
Hi everyone.
I updated to the lastest version today, and found a regression related to reference handling. As far as I can tell, git revisions are not recognized when they contain certain character. At
$WORK
we use @ in our branch names, for instance.How to reproduce
was working with 2.1.0, but does not work with 2.2.1.
The text was updated successfully, but these errors were encountered: