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
What's needed is to dig into the code for the gopass git subcommand, and make sure that the store path that it uses gets tilde-expanded. And there may be other subcommands which needs this treatment. Please help out if you can, I don't have time.
Summary
If
mounts.path
contains a path beginning with tilde, thengopass git ls-files
fails because it gets passed the tilde without it being first expanded.Steps To Reproduce
If
.config/gopass/config
contains:Then
gopass git ls-files
says:Expected behavior
The tilde needs to be expanded before
git ls-files
is fed with the path.Note that there may be other commands which is fed with the raw path, but where the tilde needs to be expanded first.
Environment
Additional context
The text was updated successfully, but these errors were encountered: