perl patches: fix spaces errors in patch 0001
[msysgit.git] / bin / apply-from-gmane.sh
blob9350681f8405c8324f555f11649bd4f8ffdda0ff
1 #!/bin/sh
3 URL="$1"
5 case "$URL" in
6 http://*|article.gmane.org*) ;;
7 *) URL=http://article.gmane.org/gmane.comp.version-control.msysgit/$1;;
8 esac
10 case "$URL" in
11 */raw) ;;
12 *) URL=$URL/raw;;
13 esac
15 curl $URL | git am -s