Re: [PATCH 0/6] Lazy workqueues

From: Peter Zijlstra
Date: Mon Aug 24 2009 - 05:12:55 EST


On Mon, 2009-08-24 at 02:03 -0700, Junio C Hamano wrote:
> Jens Axboe <jens.axboe@xxxxxxxxxx> writes:
>
> > OK that's at least something, looking forward to being able to prune
> > that argument from my scripts.
>
> Ahahh.
>
> An option everybody will want to pass but is prone to be forgotten and
> hard to type from the command line is one thing, but if you are scripting
> in order to reuse the script over and over, that is a separate story. Is
> losing an option from your script really the goal of this fuss?
>
> In any case, you not need to wait for a new version nor a patch at all for
> that goal. You can simply add
>
> [sendemail]
> chainreplyto = no
>
> to your .git/config (or $HOME/.gitconfig). Both your script and your
> command line invocation will default not to create deep threads with the
> setting.

For me its about getting the default right, because lots of people
simply use git-send-email without scrips, and often .gitconfig gets lost
or simply doesn't get carried around the various development machines.

Also, it stop every new person mailing patches from having to be told to
flip that setting.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/