Re: Help wanted with MFC 256820

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Sun, 16 Oct 2022 16:12:40 UTC
On 10/16/22 18:07, Koichiro Iwao wrote:
> Hi,
> 
> I only have ports commit bit. I would like to ship this 1-year-old commit
> to each stable branch (at least stable/13). I'm happy to help with 
> anything.
> 
> I would like to try it if I'm permitted to do that with someone's approval.
> I would appreciate it if someone let me know the procedure.
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256820
> 
> Thanks,

Hi,

I think you should do:

git cherry-pick -x 9823a0c0acf4fc277a71336ea737e1de7c65742f

Then:

git commit --amend

And remove the "MFC after" tag.

Then push it to stable/13 . You maybe need to specify the override 
authors flag before pushing.

--HPS