[kernel-team] 01/01: git-format-patch-for-debian: Recognise new kernel.org cgit URLs
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Fri May 5 03:19:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository kernel-team.
commit c148a3313ec3d5538fd46c0aae2633ce6cbd0ab2
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Fri May 5 04:19:03 2017 +0100
git-format-patch-for-debian: Recognise new kernel.org cgit URLs
---
scripts/git-format-patch-for-debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/git-format-patch-for-debian b/scripts/git-format-patch-for-debian
index 80122a6..7e81b02 100755
--- a/scripts/git-format-patch-for-debian
+++ b/scripts/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/* | http*/cgit.cgi/* | http://kernel.ubuntu.com/git/* | http*//cgit.* | https://git.kernel.org/*)
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