Zong, Wei (12020-07-30): > This file is the original git format-patch. It has double commit > messages, I removed the old one manually.
Thanks. Please remember not to top-post on this mailing-list (if you do not know what it means, look it up). You were indeed doing something wrong, and making your task more complicated. > ...filter-vf_xcam-add-xcam-video-filter.patch | 543 ++++++++++++++++++ > 1 file changed, 543 insertions(+) But where did this file come from? You did not write it. I guess you had Git generate it somehow, and then you fed it back to Git. The proper way of doing things is simpler: just modify the files you need. Once you are satisfied, commit your changes, including new files. And then either use git format-patch and send the result like you just did, or use git send-email, which does exactly that in one step but requires a little more configuration to work. Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".