X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/afdff8dc1327ed14c94cf447272191bd28009ed1..dbadd856ba0537110338cfe58256b152d01388c0:/filters/commit-links.sh diff --git a/filters/commit-links.sh b/filters/commit-links.sh index 5881952..796ac30 100755 --- a/filters/commit-links.sh +++ b/filters/commit-links.sh @@ -19,7 +19,7 @@ regex='' # This expression generates links to commits referenced by their SHA1. regex=$regex' -s|\b([0-9a-fA-F]{7,40})\b|\1|g' +s|\b([0-9a-fA-F]{7,64})\b|\1|g' # This expression generates links to a fictional bugtracker. regex=$regex'