about summary refs log tree commit diff
path: root/filters/commit-links.sh
blob: 165a5335450914a15e64475f818713d33f32e91d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# This script can be used to generate links in commit messages - the first
# sed expression generates links to commits referenced by their SHA1, while
# the second expression generates links to a fictional bugtracker.
#
# To use this script, refer to this file with either the commit-filter or the
# repo.commit-filter options in cgitrc.

sed -re '
s|\b([0-9a-fA-F]{8,40})\b|<a href="./?id=\1">\1</a>|g
s| #([0-9]+)\b|<a href="http://bugs.example.com/?bug=\1">#\1</a>|g
'
/src/commit/bin/order.y?id=da89e0df3c659c5ede5692299404603994429db6&follow=1'>Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe