about summary refs log tree commit diff
path: root/COPYING
diff options
context:
space:
mode:
authorFerry Huberts <ferry.huberts@pelagic.nl>2011-07-18 12:45:20 +0200
committerLars Hjemli <hjemli@gmail.com>2011-07-19 07:12:02 +0000
commitafdff8dc1327ed14c94cf447272191bd28009ed1 (patch)
tree54278d96e6216d24fa08d21f5e830a75436f363a /COPYING
parentMerge branch 'stable' (diff)
downloadcgit-pink-afdff8dc1327ed14c94cf447272191bd28009ed1.tar.gz
cgit-pink-afdff8dc1327ed14c94cf447272191bd28009ed1.zip
commit-links.sh: improve regular expressions
The default length for sha1 abbreviations in git is 7.

A '#num' at the beginning of the commit message is now
recognised, a ':#num' as well, etc.: a '#num' anywhere
is now converted to a link.

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe