summary refs log tree commit diff
path: root/www/git.causal.agency/cgitrc
blob: b85f6fbb052ed4d268211d3080037e8c7d3fda75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
root-title=causal agency
root-desc=“I think some people from the Gentoo project are behind this.”
logo=

clone-url=https://$HTTP_HOST/$CGIT_REPO_URL
snapshots=tar.gz zip

enable-blame=1
enable-commit-graph=1
enable-subject-links=1
enable-follow-links=1
enable-index-owner=0
repository-sort=age
branch-sort=age

css=/custom.css
about-filter=/bin/about-filter
source-filter=/bin/source-filter
owner-filter=/bin/owner-filter
email-filter=/bin/email-filter

readme=:README.7
readme=:README

remove-suffix=1
enable-git-config=1
scan-path=/git.causal.agency

cache-root=/cache/cgit
cache-size=1024
8:37:21 +0000'>2021-01-20Add all target to git.causal.agency MakefileJune McEnroe 2021-01-20Remove Lua supportJune McEnroe Lua support is unused and the dlsym fwrite/write hacks horrify me. Clean it up. 2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe