about summary refs log tree commit diff
path: root/ui-repolist.c
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 /ui-repolist.c
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 'ui-repolist.c')
0 files changed, 0 insertions, 0 deletions
June McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe