Josh Rabinowitz

Results 143 comments of Josh Rabinowitz

Even though I closed this ticket some time ago, I don't think this actually was ever fixed for the case of spaces in parent directories (we did fix the case...

This is because (at the very least) the gawk scripts used in git-secret can't handle spaces in parent directory names. To replicate: ```` mkdir 'test with space' cd 'test with...

@hurricanehrndz it looks like you're the original author of the awk code that git-secret depends on and is causing issues here. Can you possibly take a look and fix?

@sobolevn there's another reason we should do a release, which is a bug that was introduced in 0.4.0. See https://github.com/sobolevn/git-secret/issues/789#issuecomment-1069187541

@sobolevn I see you specifically chose to make `git secret init` operate the way it does. How do you feel about this suggested change?

I'm planning on writing a PR to implement this change.

See also #433, which is about adding an option to 'init'

@bricewge , after giving this some thought I decided that it'd be most consistent if we supported this via an env var, analogously to `SECRETS_GPG_COMMAND` and `SECRETS_PINENTRY`. Perhaps this var...