On Thu, 30 Jul 2020 09:23:12 +0000
"Zong, Wei" <[email protected]> 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 [email protected]
So all I need to do is "git ffsend *.patch"
Zane
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".