I've come across a small issue that can clutter up the log if using a git
repository:

    $ pass edit somepassword
    <save file unchanged, and exit editor>

pass will then re-encrypt the file, and since gpg includes a timestamp or
something alike, the encrypted files difers from the original one. pass will
then add the file and git-commit(1) it, resulting in a commit that did not
actually alter the underlying file.

pass should compare unencrypted files before re-encrypting and re-commiting
changes. This sounds not-so-trivial, but as-is, the log can be polluted with
empty changes (and the repository growns needlessly).

-- 
Hugo Osvaldo Barrera
A: Because we read from top to bottom, left to right.
Q: Why should I start my reply below the quoted text?

Attachment: pgpDBOCcix6uD.pgp
Description: PGP signature

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

Reply via email to