[kernel] r22940 - people/benh

Ben Hutchings benh at moszumanska.debian.org
Tue Aug 11 15:39:30 UTC 2015


Author: benh
Date: Tue Aug 11 15:39:29 2015
New Revision: 22940

Log:
Handle cgit URLs on kernel.ubuntu.com git

Modified:
   people/benh/git-format-patch-for-debian

Modified: people/benh/git-format-patch-for-debian
==============================================================================
--- people/benh/git-format-patch-for-debian	Tue Aug 11 10:16:41 2015	(r22939)
+++ people/benh/git-format-patch-for-debian	Tue Aug 11 15:39:29 2015	(r22940)
@@ -28,7 +28,7 @@
 		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/*)



More information about the Kernel-svn-changes mailing list