Hi,
Am 13.06.2010 um 19:53 schrieb Blue Swirl:
On Sun, Jun 13, 2010 at 5:03 PM, Andreas Färber <andreas.faer...@web.de
> wrote:
Am 13.06.2010 um 18:56 schrieb Jan Kiszka:
Blue Swirl wrote:
Clean up APIC and IOAPIC. Convert both devices to qdev.
Wanted to give this a try, but patches are line-wrapped. Please fix.
Threading the patches would also be appreciated.
Git's default changed at some point, this can be overridden
in .gitconfig.
I have these lines in $HOME/.gitconfig
[format]
thread = true
I'm also using --thread flag in git-format-patch command line.
git-send-email has --thread and --chain-reply-to options too:
http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html
I've been using --chain-reply-to with no .gitconfig settings
successfully in 1.7.0.4.
Andreas