-
Notifications
You must be signed in to change notification settings - Fork 533
Checking out branches containing slashes broken since 1.15.0
?
#647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
My guess is that this is related to the fix for #600 |
Thank you @alexjfisher, I will fix asap. |
The failing test is a big help! Thanks for that! |
3 tasks
@alexjfisher I just pushed git-1.17.2 with this fix to rubygems.org. |
@jcouball Thanks! I've tested this, and confirm that it fixes the issue I was having with pdksync. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checking out branches containing slashes broken since
1.15.0
?I'm using a project called pdksync and today have found that I need to pin the
git
dependency to1.14.0
or my pipelines fail.Looks like its failing when trying to create a commit in a new branch because the branch name contains a slash?
Your environment
2.36.4
and ruby-git1.15.0
and1.17.0
Steps to reproduce
Expected behaviour
Both tests to pass.
Actual behaviour
The second test fails.
The text was updated successfully, but these errors were encountered: