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
Describe the bug
When running comby -review to make a change to files where their filepath contains spaces after accepting a change comby fails with the error:
[debug] File to patch: No file found--skip this patch? [y] 1 out of 1 hunks ignored--saving rejects to Oops.rej
,
Error attempting patch, command exited with 1.
Run the command again with DEBUG_COMBY=1 set in the environment for more info.
Press any key to continue, or exit now (Ctrl-C).
Describe the bug
When running
comby -review
to make a change to files where their filepath contains spaces after accepting a changecomby
fails with the error:Reproducing
Please see this repository that contains a reproduction of the bug, and detailed instructions for reproducing it: https://github.com/lehmacdj/comby-bug-spaces-in-filename-broken
Expected behavior
After accepting the change, the change should be applied exactly as though
comby -in-place
were used instead.Additional context
I am using version
1.8.1
of comby which is the latest releaseThe text was updated successfully, but these errors were encountered: