From 5bab94173380a3452d4e5e1e70f9185c2557e6f9 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 25 Jan 2020 17:27:33 -0800 Subject: adds git-snapshot, add snapshots to cgit, remove gitsnapshot --- src/cgit/bin/entrypoint.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/cgit/bin/entrypoint.sh') diff --git a/src/cgit/bin/entrypoint.sh b/src/cgit/bin/entrypoint.sh index 88ecded..80d3788 100755 --- a/src/cgit/bin/entrypoint.sh +++ b/src/cgit/bin/entrypoint.sh @@ -33,21 +33,22 @@ root-title=git.ofmax.li root-desc=grumpy software readme=:README.md + about-filter=/usr/lib/cgit/filters/about-formatting.sh source-filter=/usr/lib/cgit/filters/syntax-highlighting.py enable-index-links=1 -enable-commit-graph=1 enable-log-filecount=1 -enable-log-linecount=1 enable-commit-graph=1 +enable-index-owner=1 +enable-http-clone=1 +snapshots=tar.gz css=/cgit.css logo=/cgit.png virtual-root=/ robots=nofollow remove-suffix=1 - project-list=/var/lib/git/projects.list scan-path=/var/lib/git/repositories -- cgit v1.2.3