Re: git: 6d4a140acfdf - main - pf: Ensure that st->kif is obtained in a way which respects the r->rpool->mtx mutex

From: Warner Losh <imp_at_bsdimp.com>
Date: Tue, 06 Feb 2024 21:23:10 UTC
On Tue, Feb 6, 2024 at 9:27 AM Kristof Provost <kp@freebsd.org> wrote:

> > I need to land my -c flag that automates git arc patch more...
>
> If that does what I think it does (i.e. commit the patch locally, rather
> than just staging it) you do indeed need to land that. It’ll be very
> helpful.
>

Oh, I already landed it in 787cb30d20ac2031283c6dc2ec829f190997e581. And it
does do what you think: It will use the phabricator APIs to scrape as much
information as it can out of it (author, etc) and commit it so you can not
have to worry about cut and pasting the wrong thing, retyping commit
messages, etc.

Give it a try, and let me know what screws up. Just add '-c' where you'd
use 'git arc patch' today. I have some doodles for pulling the entire chain
down as well, but got side tracked into just getting arc (archanist) to do
that for me and see what the quality of the results are and I never was
happy with the couple of patch trains that I tried.

Warner