Git development
 help / color / mirror / Atom feed
* git-format-patch question
@ 2006-05-28 19:31 Seth Falcon
  2006-05-28 20:35 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Seth Falcon @ 2006-05-28 19:31 UTC (permalink / raw)
  To: git

Hi,

A few questions about git-format-patch:

1. When is one supposed to use --signoff?  I gather the answer is
   project specific, but a statement of what's expected for git
   itself would probably help clarify things for me.

2. How should I add extra notes to an email generated using
   git-format-patch?  Is this in the docs somewhere that I missed?  Is
   there a recommended way to do this?

3. Is signoff broken? I get:

    $ git-format-patch --stdout --signoff master
    fatal: unrecognized argument: --signoff  

   When I pass -s instead of --signoff, I get output, but no patch and
   no signoff looking thing.  Without --signoff and without -s, I get
   reasonable looking output.

Thanks,

+ seth

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

* Re: git-format-patch question
  2006-05-28 19:31 git-format-patch question Seth Falcon
@ 2006-05-28 20:35 ` Junio C Hamano
  2006-05-29  1:01   ` Seth Falcon
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2006-05-28 20:35 UTC (permalink / raw)
  To: Seth Falcon; +Cc: git

Seth Falcon <sethfalcon@gmail.com> writes:

> 1. When is one supposed to use --signoff?  I gather the answer is
>    project specific, but a statement of what's expected for git
>    itself would probably help clarify things for me.

You shouldn't ;-).  Rather, you should sign-off when you make a
commit, or if you are forwarding somebody else's patch, before
you send the e-mail off.  

> 2. How should I add extra notes to an email generated using
>    git-format-patch?  Is this in the docs somewhere that I missed?  Is
>    there a recommended way to do this?

Read the format-patch output in your e-mail buffer and edit just
like you edit any text you write in your e-mail.

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

* Re: git-format-patch question
  2006-05-28 20:35 ` Junio C Hamano
@ 2006-05-29  1:01   ` Seth Falcon
  0 siblings, 0 replies; 3+ messages in thread
From: Seth Falcon @ 2006-05-29  1:01 UTC (permalink / raw)
  To: git

Junio C Hamano <junkio@cox.net> writes:

> Seth Falcon <sethfalcon@gmail.com> writes:
>
>> 1. When is one supposed to use --signoff?  I gather the answer is
>>    project specific, but a statement of what's expected for git
>>    itself would probably help clarify things for me.
>
> You shouldn't ;-).  Rather, you should sign-off when you make a
> commit, or if you are forwarding somebody else's patch, before
> you send the e-mail off.  
>
>> 2. How should I add extra notes to an email generated using
>>    git-format-patch?  Is this in the docs somewhere that I missed?  Is
>>    there a recommended way to do this?
>
> Read the format-patch output in your e-mail buffer and edit just
> like you edit any text you write in your e-mail.

Thanks for the quick answers.  I guess I was imagining things to be
more complicated than they are :-)

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

end of thread, other threads:[~2006-05-29  1:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-28 19:31 git-format-patch question Seth Falcon
2006-05-28 20:35 ` Junio C Hamano
2006-05-29  1:01   ` Seth Falcon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox