Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-08-29 | emacs: --run-async: Quote shell arguments | 1 | -4/+5 | ||
This is important for filenames with special characters such as spaces and parenthesis. | |||||
2017-08-29 | emacs: Update author's email address | 1 | -2/+2 | ||
2017-08-29 | emacs: Fix package-lint violations | 1 | -2/+3 | ||
2017-07-26 | emacs: Release version 1.0.0 of Emacs package | 2 | -1/+8 | ||
2017-07-26 | emacs: Use with-editor to wrap "pass edit" | 2 | -9/+17 | ||
Instead of editing the password file directly using Emacs, "pass edit" is run. This allows password-store's git change tracking to work. This adds a dependency on the with-editor Emacs package. | |||||
2017-04-13 | Bump version1.7.1 | 1 | -1/+1 | ||
2017-04-13 | init: match only the public key | 1 | -1/+1 | ||
2017-03-28 | Use $GPG variable | 1 | -3/+3 | ||
2017-03-20 | Fix compatibility with GnuPG 2.2.19 | 2 | -2/+2 | ||
GnuPG 2.2.19 added a warning when no command was given. * src/password-store.sh (reencrypt_path): Add --decrypt to --list-only * tests/t0300-reencryption.sh (gpg_keys_from_encrypted_file): same https://bugs.gnupg.org/gnupg/msg9873 http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=810adfd47801fc01e45fb71af9f05c91f7890cdb https://bugzilla.suse.com/show_bug.cgi?id=1028867 | |||||
2017-03-01 | tests: fix on OSX by not using the tr hack | 3 | -5/+2 | ||
2017-02-26 | Bump version1.7 | 1 | -1/+1 | ||
2017-02-26 | Modernize makefile | 2 | -31/+36 | ||
2017-02-25 | Copyright | 1 | -1/+1 | ||
2017-02-25 | Style | 1 | -2/+2 | ||
2017-02-25 | git: use inner-most directory | 2 | -27/+48 | ||
2017-02-25 | clip: sleep may require argv[0] to be sleep | 1 | -1/+1 | ||
2017-02-25 | man: document system extensions | 1 | -2/+3 | ||