On Thu, 30 Jul 2020 09:23:12 +0000
"Zong, Wei" <wei.z...@intel.com> wrote:

> Yes, I made the patch with git command "format-patch", there's some
> redundant message, so I modified the patch file a little bit
> manually. Then I use git "send-email" to send the patch.

I'm pretty sure modifying the .patch manually invalidates
the hash, try amending the commit and the resubmitting.

As it seems to have been double-patched, did you
`git format-patch` from another repo containing the actual
patch files, perhaps?

If so, simply send the actual .patch files. Personally, I
have an alias "ffsend" in my .gitconfig:

    [alias]
        ffsend = send-email --to=ffmpeg-devel@ffmpeg.org

So all I need to do is "git ffsend *.patch"

Zane

_______________________________________________
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".

Reply via email to