From: moreau francis <francis_moreau2000@yahoo.fr>
To: moreau francis <francis_moreau2000@yahoo.fr>, jnareb@gmail.com
Cc: git@vger.kernel.org
Subject: Re : 2 questions on git-send-email usage
Date: Tue, 11 Jul 2006 08:46:35 +0000 (GMT) [thread overview]
Message-ID: <20060711084635.81393.qmail@web25809.mail.ukl.yahoo.com> (raw)
moreau francis wrote:
> (please let me CCed when replying)
>
> 2006/7/10, Jakub Narebski <jnareb@gmail.com>:
> > moreau francis wrote:
> >
> > > I'm wondering what am I supposed to answer when git-send-email
> > > is asking me :
> > >
> > > Message-ID to be used as In-Reply-To for the first email?
> > >
> > > I'm running this command:
> > >
> > > $ git-send-email --no-signed-off-by-cc --no-chain-reply-to --to \
> > > foo@bar.com --compose /tmp/patch/
> > >
> > > to write an introductory message, and all patches are sent as replies to
> > > this introductory email sent.
> >
> > Empty string (i.e. RET) should do if you don't want to attach your series of
> > patches somewhere in existing thread.
>
> ok I'll try
>
> --in-reply-to ""
ok it works. But wouldn't it make more sense to have by default --in-reply-to ""
when --compose is set ? That would mean "by default all patches are sent
as replies to the email I'm composing" which is usely what happens, no ?
>
> >
> > > I also noticed that git-send-email removes the commit message of each
> > > patches I sent, I don't think this is the normal behaviour though. What
> > > am I missing ?
> >
> > Are patches formatted using git-format-patch?
> >
>
> yes
>
I think I have found out a clue. The commit message and Signed-off-by are
missing because the header patches are formatted like this:
>From 90df31ca209f85108976d18916f33f352a6ef340 Mon Sep 17 00:00:00 2001
From: Francis <francis.moreau2000@yahoo.fr>
Date: Thu, 8 Jun 2006 09:51:12 +0200
Subject: [PATCH 3/4] step #3: interrupt implementation
(cherry picked from 427778e2e622cdefa2c834edcc19bf102a35bc2d commit)
(cherry picked from fe4692336801fcbb42bb734bb6b6f9c041d63087 commit)
Signed-off-by: Francis <francis_moreau2000@yahoo.fr>
---
2 RETs is missing. One after the Subject line and the other before the
Signed-off-by line. If I add the first missing RET, all works fine. I guess
it's missing because of git-cherry-pick command. But I don't understand
why the last RET is missing
Can anybody tell me why ?
Thanks
Francis
next reply other threads:[~2006-07-11 8:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-11 8:46 moreau francis [this message]
2006-07-11 10:08 ` Re : 2 questions on git-send-email usage Franck Bui-Huu
2006-07-11 19:22 ` Junio C Hamano
2006-07-12 7:37 ` Franck Bui-Huu
2006-07-12 15:43 ` Linus Torvalds
2006-07-12 16:19 ` Junio C Hamano
2006-07-12 16:24 ` Junio C Hamano
2006-07-12 16:37 ` Linus Torvalds
2006-07-13 4:34 ` Junio C Hamano
2006-07-13 4:40 ` Linus Torvalds
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=20060711084635.81393.qmail@web25809.mail.ukl.yahoo.com \
--to=francis_moreau2000@yahoo.fr \
--cc=git@vger.kernel.org \
--cc=jnareb@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).