tools.linux.kernel.org archive mirror
 help / color / mirror / Atom feed
* b4 send: missing diffstat in individual patches
@ 2022-09-22 11:37 Guillaume Ranquet
  2022-09-22 13:29 ` Konstantin Ryabitsev
  0 siblings, 1 reply; 5+ messages in thread
From: Guillaume Ranquet @ 2022-09-22 11:37 UTC (permalink / raw)
  To: tools

Hello,

I've recently sent a patch series with b4 and diffstats are missing
from individual patches.

Which in itself is not an issue as I understand this is only comments
that are irrelevant to
the patch itself.

Though, I've had some complaints that my patches looks broken...
people seem to expect the
diffstat to be present.

The serie was sent with 0.10.0-dev (master from some weeks ago).
I've just retried a dry-run with the latest and the diffstat is still missing.

I haven't seen any option in b4 send to produce the individual commit
diffstat, I will have
a quick look if I can propose a patch.

Thx,
Guillaume.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: b4 send: missing diffstat in individual patches
  2022-09-22 11:37 b4 send: missing diffstat in individual patches Guillaume Ranquet
@ 2022-09-22 13:29 ` Konstantin Ryabitsev
  2022-09-22 14:22   ` Konstantin Ryabitsev
  0 siblings, 1 reply; 5+ messages in thread
From: Konstantin Ryabitsev @ 2022-09-22 13:29 UTC (permalink / raw)
  To: Guillaume Ranquet; +Cc: tools

On Thu, Sep 22, 2022 at 04:37:44AM -0700, Guillaume Ranquet wrote:
> Hello,
> 
> I've recently sent a patch series with b4 and diffstats are missing
> from individual patches.

You're right, I've never actually noticed that. I guess that's the difference
when generating the message using --format=email.

> Which in itself is not an issue as I understand this is only comments
> that are irrelevant to
> the patch itself.
> 
> Though, I've had some complaints that my patches looks broken...
> people seem to expect the
> diffstat to be present.
> 
> The serie was sent with 0.10.0-dev (master from some weeks ago).
> I've just retried a dry-run with the latest and the diffstat is still missing.
> 
> I haven't seen any option in b4 send to produce the individual commit
> diffstat, I will have
> a quick look if I can propose a patch.

I'll try to put that in today.

-K

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: b4 send: missing diffstat in individual patches
  2022-09-22 13:29 ` Konstantin Ryabitsev
@ 2022-09-22 14:22   ` Konstantin Ryabitsev
  2022-09-22 14:46     ` Mattijs Korpershoek
  0 siblings, 1 reply; 5+ messages in thread
From: Konstantin Ryabitsev @ 2022-09-22 14:22 UTC (permalink / raw)
  To: Guillaume Ranquet; +Cc: tools

On Thu, Sep 22, 2022 at 09:29:10AM -0400, Konstantin Ryabitsev wrote:
> > The serie was sent with 0.10.0-dev (master from some weeks ago).
> > I've just retried a dry-run with the latest and the diffstat is still missing.
> > 
> > I haven't seen any option in b4 send to produce the individual commit
> > diffstat, I will have
> > a quick look if I can propose a patch.
> 
> I'll try to put that in today.

This was an easy fix, so it's in master. I'll backport it into 0.10.y stable
later today.

-K

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: b4 send: missing diffstat in individual patches
  2022-09-22 14:22   ` Konstantin Ryabitsev
@ 2022-09-22 14:46     ` Mattijs Korpershoek
  2022-09-22 18:03       ` Konstantin Ryabitsev
  0 siblings, 1 reply; 5+ messages in thread
From: Mattijs Korpershoek @ 2022-09-22 14:46 UTC (permalink / raw)
  To: Konstantin Ryabitsev, Guillaume Ranquet; +Cc: tools

Hi Konstantin,

On Thu, Sep 22, 2022 at 10:22, Konstantin Ryabitsev <konstantin@linuxfoundation.org> wrote:

> On Thu, Sep 22, 2022 at 09:29:10AM -0400, Konstantin Ryabitsev wrote:
>> > The serie was sent with 0.10.0-dev (master from some weeks ago).
>> > I've just retried a dry-run with the latest and the diffstat is still missing.
>> > 
>> > I haven't seen any option in b4 send to produce the individual commit
>> > diffstat, I will have
>> > a quick look if I can propose a patch.
>> 
>> I'll try to put that in today.
>
> This was an easy fix, so it's in master. I'll backport it into 0.10.y stable
> later today.

Thank you for all the work you've put in the "contributor" side of b4.
Your responsive replies and fixes are really appreciated, and so
is the new documentation.

Cheers!
Mattijs

>
> -K

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: b4 send: missing diffstat in individual patches
  2022-09-22 14:46     ` Mattijs Korpershoek
@ 2022-09-22 18:03       ` Konstantin Ryabitsev
  0 siblings, 0 replies; 5+ messages in thread
From: Konstantin Ryabitsev @ 2022-09-22 18:03 UTC (permalink / raw)
  To: Mattijs Korpershoek; +Cc: Guillaume Ranquet, tools

On Thu, Sep 22, 2022 at 04:46:56PM +0200, Mattijs Korpershoek wrote:
> > On Thu, Sep 22, 2022 at 09:29:10AM -0400, Konstantin Ryabitsev wrote:
> >> > The serie was sent with 0.10.0-dev (master from some weeks ago).
> >> > I've just retried a dry-run with the latest and the diffstat is still missing.
> >> > 
> >> > I haven't seen any option in b4 send to produce the individual commit
> >> > diffstat, I will have
> >> > a quick look if I can propose a patch.
> >> 
> >> I'll try to put that in today.
> >
> > This was an easy fix, so it's in master. I'll backport it into 0.10.y stable
> > later today.
> 
> Thank you for all the work you've put in the "contributor" side of b4.
> Your responsive replies and fixes are really appreciated, and so
> is the new documentation.

I'm glad people are using it! I'm sure there will be a lot of changes to my
initial implementation, and that was entirely expected.

Best regards,
Konstantin

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-22 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 11:37 b4 send: missing diffstat in individual patches Guillaume Ranquet
2022-09-22 13:29 ` Konstantin Ryabitsev
2022-09-22 14:22   ` Konstantin Ryabitsev
2022-09-22 14:46     ` Mattijs Korpershoek
2022-09-22 18:03       ` Konstantin Ryabitsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).