mbox series

[v4,0/3] send-email: add --header-cmd option

Message ID 20230501143848.19674-1-maxim.cournoyer@gmail.com (mailing list archive)
Headers show
Series send-email: add --header-cmd option | expand

Message

Maxim Cournoyer May 1, 2023, 2:38 p.m. UTC
Hello,

This v4 drops the copyright hunk as suggested by Eric, and adds a
 --no-header-cmd as suggested by Junio.

Thanks you!

Maxim Cournoyer (3):
  send-email: extract execute_cmd from recipients_cmd
  send-email: add --header-cmd, --no-header-cmd options
  send-email: detect empty blank lines in command output

 Documentation/config/sendemail.txt |  1 +
 Documentation/git-send-email.txt   | 11 ++++
 git-send-email.perl                | 87 +++++++++++++++++++++++-------
 t/t9001-send-email.sh              | 71 +++++++++++++++++++++++-
 4 files changed, 150 insertions(+), 20 deletions(-)

Diff-intervalle contre v3 :
-:  ---------- > 1:  4bc38e69bd send-email: extract execute_cmd from recipients_cmd
-:  ---------- > 2:  60606e8d21 send-email: add --header-cmd, --no-header-cmd options.
-:  ---------- > 3:  2ed6a3f965 send-email: detect empty blank lines in command output

base-commit: 48d89b51b3bb8a60580c36731b96a7206ce1e5b9

Comments

Maxim Cournoyer May 8, 2023, 3:07 p.m. UTC | #1
Hi,

Just checking if everything is OK with this submission?  If not, let me
know.

Thanks you,
Eric Sunshine May 8, 2023, 4:59 p.m. UTC | #2
On Mon, May 8, 2023 at 11:07 AM Maxim Cournoyer
<maxim.cournoyer@gmail.com> wrote:
> Just checking if everything is OK with this submission?  If not, let me
> know.

According to Junio's most recent "What's Cooking"[1], this patch
series is slated to be merged to his "next" branch, which means there
is nothing else you need to do. Eventually it should make it into
"master" and (presumably) into an actual release. You can monitor the
"What's Cooking" emails to see how the patch series progresses.

[1]: https://lore.kernel.org/git/xmqqmt2ibcq2.fsf@gitster.g/
Maxim Cournoyer May 8, 2023, 7:18 p.m. UTC | #3
Hi Eric,

Eric Sunshine <sunshine@sunshineco.com> writes:

> On Mon, May 8, 2023 at 11:07 AM Maxim Cournoyer
> <maxim.cournoyer@gmail.com> wrote:
>> Just checking if everything is OK with this submission?  If not, let me
>> know.
>
> According to Junio's most recent "What's Cooking"[1], this patch
> series is slated to be merged to his "next" branch, which means there
> is nothing else you need to do. Eventually it should make it into
> "master" and (presumably) into an actual release. You can monitor the
> "What's Cooking" emails to see how the patch series progresses.
>
> [1]: https://lore.kernel.org/git/xmqqmt2ibcq2.fsf@gitster.g/

OK, great!  Thanks for the update and link.