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
Fix issue #135, allow whitespace in parent directories (#1210)
* Fix spaces in parent directory paths breaking gawk commands (issue #135)
Refactor _gawk_inplace to pass arguments directly to gawk instead of
constructing a command string for bash -c, which caused word-splitting
on paths containing spaces. Update all callers to pass arguments
directly instead of with single-quote wrapping for bash -c.
Add test for git secret init in directory with spaces in parent path.
Change TEST_DIR to "/tmp/git-secret-test/this dir has spaces" in
utils/tests.sh so the entire test suite exercises paths with spaces.
Replace the GPGTEST string variable with a _gpgtest function in
_test_base.bash to properly handle --homedir quoting when the path
contains spaces. Inline the bash -c gpg import logic directly.
* Change cp command to use -R for recursive copy
* Fix SC2005 lint: remove useless echo in install_fixture_full_key
0 commit comments