-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
some commands fail when there is a space in the filename #226
Comments
Here are the particular test failures, with notes about each: 'git-secret changes' : At least one problem here is that
~~ git-secret hide -m': at least one problem is with 'hide -m' is the gawk used to replace the hash, see the end of the output at https://gist.github.com/joshrabinowitz/33eac5e039e1fa2a0a0767a6f2e73924~~
'git-secret remove': the problem is
|
The only issues remaining are regarding |
These issues are all resolved in #239 |
Try manipulating a file like
file with spaces.txt
with git-secret.See branch displaying problems here:
joshrabinowitz#1
-- Problems are in 'changes', 'hide', and 'remove' commands.
Discovered after fixing #135, "some commands fail when the current directory's path includes spaces"
The text was updated successfully, but these errors were encountered: