summaryrefslogtreecommitdiff
path: root/cgit-doc.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2010-11-09 18:15:21 +0100
committerLars Hjemli <hjemli@gmail.com>2010-11-10 00:22:41 +0100
commitc2680325f68192368d32f26458fea9cfb50df6e5 (patch)
tree0d74253749f3feb2f954b311c4279be0d4494512 /cgit-doc.css
parenta3c3c04bdf8245b662f9e91502e8b6bd51682da3 (diff)
downloadcgit-c2680325f68192368d32f26458fea9cfb50df6e5.tar.gz
cgit-c2680325f68192368d32f26458fea9cfb50df6e5.tar.bz2
cgit-c2680325f68192368d32f26458fea9cfb50df6e5.zip
html.c: use '+' to escape spaces in urls
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit-doc.css')
0 files changed, 0 insertions, 0 deletions
ions'>+10 This fixes a problem where gnupg-agent messages would get mixed with the password content. 2015-02-11Suppress output when original file does not existJason A. Donenfeld1-1/+1 2015-01-282.1.2 is going to be released next weekJason A. Donenfeld1-6/+0 2015-01-28Bad code is bad.Jason A. Donenfeld1-3/+3 2015-01-28Bump version1.6.5Jason A. Donenfeld1-1/+1 2015-01-28cygwin + gpg4win: convert paths to windows paths when calling gpg4win binary ↵Lenz Weber2-1/+26 instead of cygwin's gpg binary 2015-01-28Skip broken tests.Jason A. Donenfeld1-0/+6 2015-01-28Add unprotected keys for GnuPG 2.1Jason A. Donenfeld11-0/+0 2015-01-28Use more stable with-colons outputJason A. Donenfeld2-3/+3 2015-01-28Revert "Only examine subkeys that are capable of encrypting."Jason A. Donenfeld2-2/+2 This reverts commit ec8140b0f1a422aad16d41d0c322f3a6ceef74fe. The needed option is only available on GnuPG 2.1, and we need to support GnuPG 2.0 too. 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