[kernel-team] 45/47: 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 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 5c40e6fe2b1dc487c1ce9f1684810741b0580d62
Author: Ben Hutchings <benh at debian.org>
Date: Sat Sep 26 15:00:31 2015 +0000
git-format-patch-for-debian: Add another cgit URL pattern
svn path=/people/benh/; revision=22943
---
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 0569faa..2504b83 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://kernel.ubuntu.com/git/*)
+ http*/cgit/* | http*/cgit.cgi/* | 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