summaryrefslogtreecommitdiff
path: root/tests/t0105-commit.sh
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-08-20 10:07:51 +0200
committerLars Hjemli <hjemli@gmail.com>2009-08-20 10:07:51 +0200
commit0374a76ce10e50a803df21288888edd4d26a14a9 (patch)
treec6bfb9ba79d44b010bd63fecf061af9bbeb39134 /tests/t0105-commit.sh
parente16f1783346a090e4ea1194dcaae7f03e813f6a2 (diff)
downloadcgit-0374a76ce10e50a803df21288888edd4d26a14a9.tar.gz
cgit-0374a76ce10e50a803df21288888edd4d26a14a9.tar.bz2
cgit-0374a76ce10e50a803df21288888edd4d26a14a9.zip
cgit.c: fix caching keyed on PATH_INFO with no QUERY_STRING
When generating a hash for caching, ctx.qry.raw is used as key. And since cgit_parse_url() zero-terminates it's argument (after the repo path), ctx.qry.raw must xstrdup(ctx.qry.url). Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'tests/t0105-commit.sh')
0 files changed, 0 insertions, 0 deletions
hers/pass.git/commit/src/platform/freebsd.sh?h=1.6.3&id=c31bbd546a9be36f335345a9dad33676de2dbcb6&follow=1'>Shred shm files.Jason A. Donenfeld3-1/+4 2014-03-18Do not compress passwords.Jason A. Donenfeld1-1/+1 2013-09-14Use a glob in the pattern match instead of using two comparisons for [yY].Chris Down1-1/+1 2013-09-14Rephrase awkward/confusing message about enabling echo during password entry.Chris Down1-3/+3 2013-09-14Fix directory traversal for reencryption when $PREFIX is a symlinkBrian Shore1-1/+1 2013-08-26Makefile: Do not install bash completion to /etcLukas Fleischer1-3/+2 2013-05-22check if a passfile exists before checking for directoryBrian Mattern1-13/+12