Skip to content

Workspace operations don't work reliably if filenames have spaces #178

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

Closed
isc-svelury opened this issue Mar 30, 2022 · 0 comments · Fixed by #181
Closed

Workspace operations don't work reliably if filenames have spaces #178

isc-svelury opened this issue Mar 30, 2022 · 0 comments · Fixed by #181
Assignees
Labels
bug Something isn't working
Milestone

Comments

@isc-svelury
Copy link
Contributor

This presents in many different ways. Sometimes it means that nothing happens and sometimes it means that files that weren't selected by the user get stashed, staged etc.

The filename is quoted if it has spaces which is necessary for reliable git operations but that causes string matching errors.

@isc-svelury isc-svelury added the bug Something isn't working label Mar 30, 2022
@isc-svelury isc-svelury self-assigned this Mar 30, 2022
@isc-tleavitt isc-tleavitt added this to the v2.0.0 milestone Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants