summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-09-04 11:54:37 +0200
committerLars Hjemli <hjemli@gmail.com>2007-09-04 11:54:37 +0200
commit96a24212fda0047a7cd5d79cc43377ce24c1f85c (patch)
tree72bb3fc23ecf9a3d23e59723862781a711369420 /.gitignore
parentbd8e8a3d709204646a4f1ee9d81cce1cdd912de9 (diff)
downloadcgit-96a24212fda0047a7cd5d79cc43377ce24c1f85c.tar.gz
cgit-96a24212fda0047a7cd5d79cc43377ce24c1f85c.tar.bz2
cgit-96a24212fda0047a7cd5d79cc43377ce24c1f85c.zip
cgit v0.6v0.6
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
1-27 19:12:39 +0100'>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