summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorJonathan Bastien-Filiatrault <joe@x2a.org>2007-10-26 18:10:26 -0400
committerJonathan Bastien-Filiatrault <joe@x2a.org>2007-11-05 18:13:30 -0500
commitaa5cc328f4894ba6972842b4edbca3017f169050 (patch)
treec8eb7be0f9186d3599a7d36907f473a550fd7529 /COPYING
parent3845e177e4e0b231efb6fda0ac3cd3a2d8f34d4b (diff)
downloadcgit-aa5cc328f4894ba6972842b4edbca3017f169050.tar.gz
cgit-aa5cc328f4894ba6972842b4edbca3017f169050.tar.bz2
cgit-aa5cc328f4894ba6972842b4edbca3017f169050.zip
Set msg_encoding according to the header.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
dc3f08186478fb3&follow=1'>Take 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