On Fri, Jul 12, 2019 at 04:45:17PM +0200, Rémi Lapeyre wrote:
This changes both `pass insert` to require the --force flag when writing
such a password and fix `pass show` to list the passwords (note that

why would you want to ever insert an unnamed entry? if anything, this
should be an error.

-       if [[ -f $passfile ]]; then
+       if [[ -f $passfile && ! -z "$path" ]]; then

I'd only introduce this change and nothing else.


                lg
_______________________________________________
Password-Store mailing list
[email protected]
https://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to