From bb623fc545f0e0187cc9b32386c383b732bcc9ae Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 23 Apr 2017 14:56:07 +0200 Subject: Make references to Git commits clickable Automatically detect Git commit identifiers, shorten them, and make them link to the cgit interface. Implements FS#43290. Signed-off-by: Lukas Fleischer --- test/setup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/setup.sh') diff --git a/test/setup.sh b/test/setup.sh index f29695a6..efa1ab86 100644 --- a/test/setup.sh +++ b/test/setup.sh @@ -29,6 +29,7 @@ aur_location = https://aur.archlinux.org aur_request_ml = aur-requests@archlinux.org enable-maintenance = 0 maintenance-exceptions = 127.0.0.1 +commit_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s&id=%s [notifications] notify-cmd = $NOTIFY -- cgit v1.2.3-24-g4f1b