summaryrefslogtreecommitdiff
path: root/mt-work/email.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-03-22 22:36:57 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-03-22 22:36:57 +0100
commitd375c1040032ed42f84b7d4ea53baad4a661b628 (patch)
treef5bb63830cbc49106376a418c292c452f3b0728d /mt-work/email.sh
parent038566a5edc73205120f30d41233a9911a42da44 (diff)
Fake-Merge remote-tracking branch 'ffmpeg-mt/master'
Diffstat (limited to 'mt-work/email.sh')
-rw-r--r--mt-work/email.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/mt-work/email.sh b/mt-work/email.sh
new file mode 100644
index 0000000000..e5cdb72338
--- /dev/null
+++ b/mt-work/email.sh
@@ -0,0 +1,6 @@
+#!/bin/sh -v
+
+# args [where to put patches] [smtp server] [destination]
+
+git format-patch -o "$1" --inline --subject-prefix=soc --thread origin
+git send-email --no-chain-reply-to --smtp-server $2 --to $3 --dry-run "$1"