summaryrefslogtreecommitdiff
path: root/contrib/emacs/.gitignore
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-05-10 18:12:10 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-05-10 18:12:10 +0200
commit1d6ed690232de70c522226315b8b5a0e5c1706c1 (patch)
tree6b9b35b111c520d4ddeac16f5ba730a296ab3852 /contrib/emacs/.gitignore
parent36a5583120ad8a6f939a8971284424d580c48ab2 (diff)
downloadpass-1d6ed690232de70c522226315b8b5a0e5c1706c1.tar.gz
pass-1d6ed690232de70c522226315b8b5a0e5c1706c1.tar.bz2
pass-1d6ed690232de70c522226315b8b5a0e5c1706c1.zip
reencryption: Properly escape input to sed
Diffstat (limited to 'contrib/emacs/.gitignore')
0 files changed, 0 insertions, 0 deletions
15-01-28 14:26:52 +0100'>2015-01-28Take into account use in testsJason A. Donenfeld1-1/+1 2015-01-28Bump version1.6.4Jason A. Donenfeld1-1/+1 2015-01-27Strip ".gpg" from symlinks as wellTheo Chatzimichos1-2/+2 Symlinks inside password-store make sense when using passff in firefox, and have the same LDAP password in different websites. In order to have passff working correctly then, we need to strip the .gpg extension from symlinks as well. Example output of `pass find site1` or `pass | grep site1` before this commit: site1.job.com.gpg -> site2.job.com and after: site1.job.com -> site2.job.com 2015-01-19clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2 xclip will return a non-zero exit code if $DISPLAY is not set, which might happen, for example, if you're running pass in a tmux session remotely or something like that. xclip itself will also show an error message ("Can't open display") which provides enough context to figure out what the problem is. There might be other reasons for xclip to return a non-zero exit code, but the man page doesn't list them. 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3