From 7aea7c12a4991983572669fef6d973d854e1e6c8 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 12 Jun 2013 15:39:48 -0500 Subject: [PATCH] apply-from-gmane: accept permalinks, too Signed-off-by: Johannes Schindelin --- bin/apply-from-gmane.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/apply-from-gmane.sh b/bin/apply-from-gmane.sh index d40b42c4..0b337f2f 100755 --- a/bin/apply-from-gmane.sh +++ b/bin/apply-from-gmane.sh @@ -8,6 +8,7 @@ http://mid.gmane.org*) curl -D $TMP "$URL" > /dev/null URL=$(sed -n 's/^Location: //p' < $TMP | tr -d '\r\n');; http://thread.*) URL=http://article.${URL#http://thread.};; +http://permalink.gmane.org*) URL=http://article.${URL#http://permalink.};; http://*|article.gmane.org*) ;; *@*) TMP=.git/apply.tmp -- 2.11.4.GIT