[kernel-team] 01/01: git-format-patch-for-debian: Add another cgit URL pattern

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 01:54:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository kernel-team.

commit 9a7af88c2cbd5494cb31453eec3ca60300e8be54
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Dec 21 01:53:10 2015 +0000

    git-format-patch-for-debian: Add another cgit URL pattern
---
 scripts/benh/git-format-patch-for-debian | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/benh/git-format-patch-for-debian b/scripts/benh/git-format-patch-for-debian
index 2504b83..547305b 100755
--- a/scripts/benh/git-format-patch-for-debian
+++ b/scripts/benh/git-format-patch-for-debian
@@ -28,7 +28,7 @@ while [ $# -ge 1 ]; do
 		http*/gitweb\?p=* | */\?p=*)
 		    export GIT_URL_BASE="$2;a=commit;h="
 		    ;;
-		http*/cgit/* | http*/cgit.cgi/* | http://kernel.ubuntu.com/git/*)
+		http*/cgit/* | http*/cgit.cgi/* | http://kernel.ubuntu.com/git/* | http*//cgit.*)
 		    export GIT_URL_BASE="$2/commit?id="
 		    ;;
 		https://github.com/*)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list