git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Cover letter
@ 2008-01-08 12:52 Paolo Ciarrocchi
  2008-01-08 13:09 ` Gustaf Hendeby
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Ciarrocchi @ 2008-01-08 12:52 UTC (permalink / raw)
  To: Git Mailing List

Hi all,
I'm going to experiment the git-send-email command quite soon and I
have a doubt
that I would like to clarify.

I'm used to the following work flow:
- git branch trivial
- git checkout trivial
- work work work
- git gui to commit all the changes
- git-format-patch -n -o /home/paolo/patches
- open the MUA
- write the cover letter
- import the N patches
- send all the patches
- collect feedback
- work work work
- git rebase -i
- back to the git gui to commit all the changes line


This is working fine but since I'm going to push out a queue of patches
it would be nicer to script everything with git-send-email.

I know I have to configure git in order to use the gmail's smtp server,
I know how to tell git-send-email where to pick up the patches but I fail
to understand how I can write a cover letter and let it be part of the patch
queue.

Any hint?

Thanks in advance.
-- 
Paolo
http://paolo.ciarrocchi.googlepages.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Cover letter
  2008-01-08 12:52 Cover letter Paolo Ciarrocchi
@ 2008-01-08 13:09 ` Gustaf Hendeby
  2008-01-08 13:13   ` Paolo Ciarrocchi
  0 siblings, 1 reply; 3+ messages in thread
From: Gustaf Hendeby @ 2008-01-08 13:09 UTC (permalink / raw)
  To: Paolo Ciarrocchi; +Cc: Git Mailing List

> This is working fine but since I'm going to push out a queue of patches
> it would be nicer to script everything with git-send-email.
> 
> I know I have to configure git in order to use the gmail's smtp server,
> I know how to tell git-send-email where to pick up the patches but I fail
> to understand how I can write a cover letter and let it be part of the patch
> queue.

Use the switch --compose to git send-email, that should open up an 
editor and let you write a cover letter to go with the patches.

/Gustaf

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Cover letter
  2008-01-08 13:09 ` Gustaf Hendeby
@ 2008-01-08 13:13   ` Paolo Ciarrocchi
  0 siblings, 0 replies; 3+ messages in thread
From: Paolo Ciarrocchi @ 2008-01-08 13:13 UTC (permalink / raw)
  To: Gustaf Hendeby; +Cc: Git Mailing List

On Jan 8, 2008 2:09 PM, Gustaf Hendeby <hendeby@isy.liu.se> wrote:
> > This is working fine but since I'm going to push out a queue of patches
> > it would be nicer to script everything with git-send-email.
> >
> > I know I have to configure git in order to use the gmail's smtp server,
> > I know how to tell git-send-email where to pick up the patches but I fail
> > to understand how I can write a cover letter and let it be part of the patch
> > queue.
>
> Use the switch --compose to git send-email, that should open up an
> editor and let you write a cover letter to go with the patches.

Not enough coffe :-)

The option is there and well documented.
Thanks Gustaf.

Ciao,
-- 
Paolo
http://paolo.ciarrocchi.googlepages.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-08 13:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-08 12:52 Cover letter Paolo Ciarrocchi
2008-01-08 13:09 ` Gustaf Hendeby
2008-01-08 13:13   ` Paolo Ciarrocchi

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).