]> Sergey Matveev's repositories - public-inbox.git/commit
git-send-email-reply: Append subject
authorStavros Ntentos <stdedos@gmail.com>
Fri, 26 Mar 2021 16:31:46 +0000 (18:31 +0200)
committerEric Wong <e@80x24.org>
Fri, 26 Mar 2021 21:20:38 +0000 (21:20 +0000)
commit90ca1ac28edb2e8a64c30bb4be723643c646df89
treeb67ee541428e1f719b0e0929af447dd29a9e4520
parent43c43f785aa53607a0dd050989da5d7fd0dcfff4
git-send-email-reply: Append subject

I keep copy-pasting the addresses provided,
I keep writing my plaintext reply in a file,
and I keep forgetting to add a subject
(because I am "just" writing a plaintext file)

Teach `git-send-email-reply` to append a `--subject` line.

[ew: avoid URI-encoded subject on command-line, adjust t/reply.t]

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
lib/PublicInbox/Reply.pm
t/reply.t