Re: git-send-mail in sh
From: Ryan Anderson <hidden>
Date: 2016-06-15 22:42:13
On Fri, Nov 25, 2005 at 10:45:41AM +0100, Andreas Ericsson wrote:
Finally giving up on git-send-email (I won't install the 6 perl-modules it requires and I don't know perl enough to remove the need for them), I hacked up a replacement in sh. It's more aptly named as well. ;)
Scanning the list, 2 are related to option handling (one of which is builtin), one isn't used (Data::Dumper), and two are related to sending valid emails. The email address verification is ridiculously hard to get correct, so using pre-written code for that seemed justified.
It's worse than the perl version because; 1. It doesn't thread the patch-series (which I personally prefer anyway since it's easier to follow a thread on a particular patch that way).
You can use --no-chain-reply-to in git-send-email.perl, and put a 0/N message in, and all subsequent replies get attached to that instead of in order, if you want. This keeps everything in one thread, but all as responses to the first email, so the people that want everything in one thread can get that behavior. -- Ryan Anderson sometimes Pug Majere