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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/ffmpeg/patched-ffmpeg-mt/mt-work/mplayer.diff » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh -v
2
3 # args [where to put patches] [smtp server] [destination]
4
5 git format-patch -o "$1" --inline --subject-prefix=soc --thread origin
6 git send-email --no-chain-reply-to --smtp-server $2 --to $3 --dry-run "$1"
OLDNEW
« 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