From: Lars Hjemli Date: Sun, 5 Oct 2008 11:13:03 +0000 (+0200) Subject: ui-snapshot.c: specify archiver_args.baselen X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/204669ff4a4028a82cc48e9319632595ba3ff703?hp=204669ff4a4028a82cc48e9319632595ba3ff703 ui-snapshot.c: specify archiver_args.baselen The struct member was introduces in git commit d53fe8187c38, but the cgit testsuite failed to detect that cgit always generated archives without prefixes, i.e. the result from cgit_repobasename was ignored. This fixes the bug and the testsuite. Signed-off-by: Lars Hjemli ---