On 8/15/2019 11:41 AM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: >> git format-patch output with commit message, please? > > Please educate me how to do that; I am just using "git diff --no-color". >
$ git format-patch --stdout <commit-message> If you want to request for comment you could use 'git send-email' on your own patch. Basically, you need to familiorize yourself with 'git format-patch' and 'git send-email'. -- John Doe -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple