summaryrefslogtreecommitdiff
path: root/ui-snapshot.c
diff options
context:
space:
mode:
authorRobin Redeker <elmex@ta-sa.org>2009-01-10 12:44:08 +0100
committerLars Hjemli <hjemli@gmail.com>2009-01-10 12:48:39 +0100
commit5164be32778e2bca146e13904e5b9e79d0d6cca8 (patch)
tree4bec149936f765df05640768701f045dedef3bc7 /ui-snapshot.c
parent25f6a1f4c29b6a6009a185e9473317f0fe64616d (diff)
downloadcgit-5164be32778e2bca146e13904e5b9e79d0d6cca8.tar.gz
cgit-5164be32778e2bca146e13904e5b9e79d0d6cca8.tar.bz2
cgit-5164be32778e2bca146e13904e5b9e79d0d6cca8.zip
ui-refs: avoid SEGFAULT on lightweight tags
Signed-off-by: Robin Redeker <elmex@ta-sa.org> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
91fce76e9998313d36c6ee&follow=1'>Strip ".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