> 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 _______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
