vcsh icon indicating copy to clipboard operation
vcsh copied to clipboard

The `vcsh delete` command fails to remove files that have spaces in their filenames

Open hanjianwei opened this issue 1 year ago • 0 comments

Here are the steps to reproduce this bug:

vcsh init foobar
touch 'foo bar'
vcsh foobar add 'foo bar'
vcsh foobar commit -m 'Add files'
vcsh foobar delete

The foo bar file still exists. It might be necessary to set a new IFS, similar to what is done in the write_gitignore command.

hanjianwei avatar Jul 07 '24 04:07 hanjianwei