summaryrefslogtreecommitdiff
path: root/static/css
ModeNameSize
-rw-r--r--style.css3501logplain
d/615FC2A5B2CBFD58B7FFA0A140D43B74AB9748B0.key?id=18f36f05367f78820632870bff09bf80685d115b&showmsg=1&follow=1'>615FC2A5B2CBFD58B7FFA0A140D43B74AB9748B0.key (unfollow)
Commit message (Collapse)AuthorFilesLines
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.