Re: git-format-patch question
From: Seth Falcon <hidden>
Date: 2016-06-15 22:42:27
Junio C Hamano [off-list ref] writes:
Seth Falcon [off-list ref] writes:quoted
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.quoted
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 :-)