public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/17] i386 Updates (touches some common drivers)
Date: Sun, 23 Aug 2009 02:14:55 -0400	[thread overview]
Message-ID: <200908230214.56565.vapier@gentoo.org> (raw)
In-Reply-To: <20090823053655.895B4833DBD2@gemini.denx.de>

On Sunday 23 August 2009 01:36:55 Wolfgang Denk wrote:
> Mike Frysinger wrote:
> > please set sendemail.chainreplyto to false in your git settings.  patch
> > series
>
> Why that?
>
> > should be like:
> > [summary 0/xx]
> >
> > |- [patch 1/xx]
> > |- [patch 2/xx]
> >
> > ....
> >
> > not:
> > [summary 0/xx]
> > `- [patch 1/xx]
> >   `- [patch 2/xx]
> >     `- ....
>
> On contrary. The second form is much more useful as it also indicates
> the order in which patches should be applied - too often people forget
> the -n.

the numbering indicates the proper order and that is what -n controls.  it's 
not directly related to threading as that is an independent option --chain-
reply-to.

> > the latter makes things a lot more painful for people to parse with their
> > e- mail clients.
>
> Huh? To me that makes no difference. Actually, I like the second form
> better.

you must either not thread your e-mails properly, or your monitor is insanely 
wide and/or you use insanely small fonts.  as soon as you hit 10+ depth on 
threads, subjects easily start getting truncated in the display.  seeing a few 
to no characters in the e-mail reader for a subject is a pita.  if it's all 
the same thread, that's one thing as the subject doesnt really change, but in 
this case they arent.

sane example:
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/66481

insane example:
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/66597
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20090823/78610ac4/attachment.pgp 

  reply	other threads:[~2009-08-23  6:14 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-23  2:59 [U-Boot] [PATCH 00/17] i386 Updates (touches some common drivers) Graeme Russ
2009-08-23  2:59 ` [U-Boot] [PATCH 01/17] Add errno.h to i386 Graeme Russ
2009-08-23  2:59   ` [U-Boot] [PATCH 02/17] Change inline asm global symbols to local Graeme Russ
2009-08-23  2:59     ` [U-Boot] [PATCH 03/17] Fix regression introduced by commit 8c63d47651f7 Graeme Russ
2009-08-23  2:59       ` [U-Boot] [PATCH 04/17] Fix environment configuration for eNET board Graeme Russ
2009-08-23  2:59         ` [U-Boot] [PATCH 05/17] Fix sc520 timer interrupt generation Graeme Russ
2009-08-23  2:59           ` [U-Boot] [PATCH 06/17] Misc i386 PCI fixups Graeme Russ
2009-08-23  2:59             ` [U-Boot] [PATCH 07/17] Misc SATA fixups Graeme Russ
2009-08-23  2:59               ` [U-Boot] [PATCH 08/17] Misc ti_pci1410a fixups Graeme Russ
2009-08-23  2:59                 ` [U-Boot] [PATCH 09/17] Misc ds1722 fixups Graeme Russ
2009-08-23  2:59                   ` [U-Boot] [PATCH 10/17] Fixup sc520_spunk board Graeme Russ
2009-08-23  2:59                     ` [U-Boot] [PATCH 11/17] Misc sc520 cdp fixups Graeme Russ
2009-08-23  2:59                       ` [U-Boot] [PATCH 12/17] Replace [read, write]_mmcr_[byte, word, long] with memory mapped structure Graeme Russ
2009-08-23  2:59                         ` [U-Boot] [PATCH 13/17] Moved PCI from #ifdef to conditional compile for sc520 boards Graeme Russ
2009-08-23  2:59                           ` [U-Boot] [PATCH 14/17] Add PCI support to eNET board Graeme Russ
2009-08-23  2:59                             ` [U-Boot] [PATCH 15/17] Move eNET low-level initialisation into asm Graeme Russ
2009-08-23  3:00                               ` [U-Boot] [PATCH 16/17] Move low level eNET board init into dedicated sections Graeme Russ
2009-08-23  3:00                                 ` [U-Boot] [PATCH 17/17] Change entire eNET code + data to run from RAM Graeme Russ
2009-08-25 10:19                                 ` [U-Boot] [PATCH v2 16/17] Move low level eNET board init into dedicated sections Graeme Russ
2009-08-25 10:47                                   ` Wolfgang Denk
2009-08-25 10:56                                     ` Graeme Russ
2009-08-24  7:17                               ` [U-Boot] [PATCH 15/17] Move eNET low-level initialisation into asm Graeme Russ
2009-08-24  9:04                                 ` Mike Frysinger
2009-08-24 10:08                               ` Wolfgang Denk
2009-08-24 10:57                               ` [U-Boot] [PATCH v2 " Graeme Russ
2009-08-24 11:11                                 ` Wolfgang Denk
2009-08-24 11:49                                   ` Graeme Russ
2009-08-24 12:03                                     ` Wolfgang Denk
2009-08-24 12:12                                       ` Graeme Russ
2009-08-25 10:18                                 ` [U-Boot] [PATCH v3 15/17] Move low level eNET board init into dedicated sections (Abandoned) Graeme Russ
2009-09-04 19:58                             ` [U-Boot] [PATCH 14/17] Add PCI support to eNET board Wolfgang Denk
2009-09-04 19:57                           ` [U-Boot] [PATCH 13/17] Moved PCI from #ifdef to conditional compile for sc520 boards Wolfgang Denk
2009-09-04 19:56                         ` [U-Boot] [PATCH 12/17] Replace [read, write]_mmcr_[byte, word, long] with memory mapped structure Wolfgang Denk
2009-09-04 19:56                       ` [U-Boot] [PATCH 11/17] Misc sc520 cdp fixups Wolfgang Denk
2009-09-04 19:55                     ` [U-Boot] [PATCH 10/17] Fixup sc520_spunk board Wolfgang Denk
2009-09-04 19:55                   ` [U-Boot] [PATCH 09/17] Misc ds1722 fixups Wolfgang Denk
2009-09-04 19:54                 ` [U-Boot] [PATCH 08/17] Misc ti_pci1410a fixups Wolfgang Denk
2009-09-04 19:53               ` [U-Boot] [PATCH 07/17] Misc SATA fixups Wolfgang Denk
2009-09-04 19:53             ` [U-Boot] [PATCH 06/17] Misc i386 PCI fixups Wolfgang Denk
2009-09-04 19:52           ` [U-Boot] [PATCH 05/17] Fix sc520 timer interrupt generation Wolfgang Denk
2009-09-04 19:51         ` [U-Boot] [PATCH 04/17] Fix environment configuration for eNET board Wolfgang Denk
2009-09-04 19:50       ` [U-Boot] [PATCH 03/17] Fix regression introduced by commit 8c63d47651f7 Wolfgang Denk
2009-09-04 19:50     ` [U-Boot] [PATCH 02/17] Change inline asm global symbols to local Wolfgang Denk
2009-09-04 19:48   ` [U-Boot] [PATCH 01/17] Add errno.h to i386 Wolfgang Denk
2009-08-23  4:01 ` [U-Boot] [PATCH 00/17] i386 Updates (touches some common drivers) Mike Frysinger
2009-08-23  5:36   ` Wolfgang Denk
2009-08-23  6:14     ` Mike Frysinger [this message]
2009-08-24  7:20       ` Graeme Russ
2009-08-24 19:06     ` Scott Wood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200908230214.56565.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox