summaryrefslogtreecommitdiff
path: root/contrib/emacs/Cask
blob: d595ea7a5694c3fcbba0db8c9e70e62427be7d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(source gnu)
(source melpa)

(package-file "password-store.el")

(development
 (depends-on "dash")
 (depends-on "f")
 (depends-on "s")
 (depends-on "ecukes")
 (depends-on "ert-runner")
 (depends-on "el-mock"))
'2015-05-11 14:03:39 +0200'>2015-05-11critcal fix for cygwin: gpg output to stdout ("gpg -o -") would have been ↵Lenz Weber1-1/+1 putput to a file named "-" 2015-05-11bashcomp: PASSWORD_STORE_DIR env var does not necessarily have a trailing slashSamuel Lethiec1-0/+2 2015-05-11lastpass importer: more types supported and better checkingRaphaël Droz1-3/+7 2015-05-11add support for passing arbitrary options to all invocations of GPGDavid Adam2-4/+7 Uses the PASSWORD_STORE_GPG_OPTS environment variable. Can be used to (e.g.) change the keyrings or trust model used. 2015-05-11Exit 1 when gpg fails in multiline too.Anne Jan Brouwer1-1/+1 Multiline insert errors gave a exit code of 0, now correctly propagated.