Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/ffmpeg/patched-ffmpeg-mt/mt-work/email.sh

Issue 566011: FFmpeg add mt-work folder for completeness. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/ffmpeg/patched-ffmpeg-mt/mt-work/mplayer.diff » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/patched-ffmpeg-mt/mt-work/email.sh
===================================================================
--- third_party/ffmpeg/patched-ffmpeg-mt/mt-work/email.sh (revision 0)
+++ third_party/ffmpeg/patched-ffmpeg-mt/mt-work/email.sh (revision 0)
@@ -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"
« no previous file with comments | « no previous file | third_party/ffmpeg/patched-ffmpeg-mt/mt-work/mplayer.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698