[kernel-team] 43/47: Handle cgit URLs on kernel.ubuntu.com git

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:30:53 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 d9d56216903c88000dcc552792bb24722c71c97a
Author: Ben Hutchings <benh at debian.org>
Date:   Tue Aug 11 15:39:29 2015 +0000

    Handle cgit URLs on kernel.ubuntu.com git
    
    svn path=/people/benh/; revision=22940
---
 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 2272c7f..0569faa 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/* | http://kernel.ubuntu.com/git/*)
 		    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