summaryrefslogtreecommitdiff
path: root/tests/t0106-diff.sh
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-10-05 18:55:49 +0200
committerLars Hjemli <hjemli@gmail.com>2008-10-05 18:55:49 +0200
commitdf46123b0e55027bc39403df285851d37f25a473 (patch)
tree0aa2dcc29d332e7bf5153405552d483d9a3c3d68 /tests/t0106-diff.sh
parentc6bea0375aa7898ea3229483741944303740801e (diff)
downloadcgit-df46123b0e55027bc39403df285851d37f25a473.tar.gz
cgit-df46123b0e55027bc39403df285851d37f25a473.tar.bz2
cgit-df46123b0e55027bc39403df285851d37f25a473.zip
Replace cgitrc with cgitrc.5.txt
The new file describes all cgitrc options in a more structured manner then the cgitrc example file and it might also work as the source for a cgitrc man page. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'tests/t0106-diff.sh')
0 files changed, 0 insertions, 0 deletions
td>1-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