[pass] Idiomatic way to view previous password version ?
Jean-Baptiste Denis
jbd at jbdenis.net
Tue Jun 16 11:41:49 CEST 2015
> You can make this command work with some git magic :
>
> echo '*.gpg diff=gpg' >> ~/.password-store/.git/info/attributes
> echo '[diff "gpg"]\n textconv = gpg -d -q --batch --no-tty' >>
> ~/.password-store/.git/config
I just had to add the -e option to my echo (enable interpretation of backslash
escapes, which is disable by default).
This is perfect. I think this one could be integrated upstream =)
Thank you *very much* for your suggestion.
Jean-Baptiste
More information about the Password-Store
mailing list