From 24694168768a4308f770e7c647c274a642df2500 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 25 Nov 2014 09:30:37 +0000 Subject: mgagit,cgit: Use a cosmetically nicer BZ URL --- modules/cgit/templates/filter.commit-links.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/cgit/templates/filter.commit-links.sh b/modules/cgit/templates/filter.commit-links.sh index 7c04f95b..f0f7ee14 100755 --- a/modules/cgit/templates/filter.commit-links.sh +++ b/modules/cgit/templates/filter.commit-links.sh @@ -25,7 +25,7 @@ s|\b([0-9a-fA-F]{7,40})\b|\1|g' # When editing this list, remember to edit the same list in # deployment/mgagit/templates/git-post-receive-hook regex=$regex' -s|mga#([0-9]+)\b|mga#\1|g' +s|mga#([0-9]+)\b|mga#\1|g' regex=$regex' s|rhbz#([0-9]+)\b|rhbz#\1|g' regex=$regex' -- cgit v1.2.1