mbox series

[b4,0/2] ez: allow inserting a range-diff in the cover letter

Message ID 20240225-ez-range-diff-cover-letter-v1-0-0df35b63bcf2@gmail.com (mailing list archive)
Headers show
Series ez: allow inserting a range-diff in the cover letter | expand

Message

Philippe Blain Feb. 25, 2024, 10:12 p.m. UTC
Hi Konstantin,

In the Git project it is the convention to insert a range-diff in the cover
letter for subsequent versions of a series, so this patch series adds this
capability to b4.

The first commit is preparatory, to document the allowed tokens for the cover
letter template.

Cheers,
Philippe

---
Philippe Blain (2):
      docs: document tokens for b4.prep-cover-template
      ez: allow inserting a range-diff in the cover-letter

 docs/config.rst | 11 ++++++++++-
 src/b4/ez.py    | 32 ++++++++++++++++++++++++++++----
 2 files changed, 38 insertions(+), 5 deletions(-)
---
base-commit: 8bdbe754bd599674330c420f6faa4aeca2233d28
change-id: 20240225-ez-range-diff-cover-letter-95932a7ce8ee

Comments

Konstantin Ryabitsev Feb. 26, 2024, 6:19 p.m. UTC | #1
On Sun, 25 Feb 2024 17:12:19 -0500, Philippe Blain wrote:
> In the Git project it is the convention to insert a range-diff in the cover
> letter for subsequent versions of a series, so this patch series adds this
> capability to b4.
> 
> The first commit is preparatory, to document the allowed tokens for the cover
> letter template.
> 
> [...]

Applied, thanks!

[1/2] docs: document tokens for b4.prep-cover-template
      commit: 75f18a72fbdfde6155b3aea6e1d434a5ca3a3499
[2/2] ez: allow inserting a range-diff in the cover-letter
      commit: 6b2642dd71e7acab5b1dc6960312e6bbf50a4e81

Best regards,