On Fri, Jan 18, 2013 at 01:48:38PM +0200, Gleb Natapov wrote: > On Fri, Jan 18, 2013 at 09:36:33AM -0200, Eduardo Habkost wrote: > > On Fri, Jan 18, 2013 at 12:17:56PM +0100, Andreas Färber wrote: > > > Am 17.01.2013 21:59, schrieb Eduardo Habkost: > > > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > > > > --- > > > > Cc: k...@vger.kernel.org > > > > Cc: Michael S. Tsirkin <m...@redhat.com> > > > > Cc: Gleb Natapov <g...@redhat.com> > > > > Cc: Marcelo Tosatti <mtosa...@redhat.com> > > > > > > It appears as if Cc: below --- gets ignored? Please check and ping those > > > people if necessary. > > > > I believe it depends on git-send-email suppress-cc option. At least I > > remember this format have worked for me before, I need to check what > > changed on my config. > > > > > > > > Personally, I adopted the convention of having to-be-persisted CCs above > > > Sob and stripping trailing CCs when applying. > > > > I considered the CC lines not part of the commit message (just like the > > changelog isn't), so I decided to put them after "---". > > > This may be the reason git-send-email ignored it.
I just tested it here, and it ignored it because I have suppress-cc=all enabled by default and (by mistake) I didn't use my script that explicitly disabled it. If I use --suppress-cc=author, git-send-email uses the CC lines before _and_ after "---". -- Eduardo