[kernel] r21992 - people/benh
Ben Hutchings
benh at moszumanska.debian.org
Fri Oct 31 01:43:02 UTC 2014
Author: benh
Date: Fri Oct 31 01:43:02 2014
New Revision: 21992
Log:
git-format-patch-for-debian: Add support for git.infradead.org gitweb URLs
Modified:
people/benh/git-format-patch-for-debian
Modified: people/benh/git-format-patch-for-debian
==============================================================================
--- people/benh/git-format-patch-for-debian Fri Oct 31 01:42:19 2014 (r21991)
+++ people/benh/git-format-patch-for-debian Fri Oct 31 01:43:02 2014 (r21992)
@@ -32,6 +32,10 @@
http://sourceforge.net/p/*)
export GIT_URL_BASE="$2/ci/"
;;
+ http://git.infradead.org/*.git)
+ # Ugh. This is gitweb but the URL structure is different.
+ export GIT_URL_BASE="$2/commit/"
+ ;;
*)
echo >&2 "E: URL '$2' not recognised as gitweb, cgit, github or sourceforge"
exit 2
More information about the Kernel-svn-changes
mailing list