Re: [PATCH] AMD GCN: Implement circular buffering.
Andrew Stubbs <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On 19/03/2019 15:03, Joseph Myers wrote: > On Tue, 19 Mar 2019, Andrew Stubbs wrote: > >> Is there a preferred way to prevent the "OK?" getting included in the commit >> message? Or does one just avoid all chit-chat these days? > > See "man git-am". Anything not intended as part of the commit message > (including e.g. descriptions of what changed since the previous posted > revision of the patch) can go after a "---" line. Thanks Joseph. I saw that, but I read "--- is taken as the beginning of a patch", which isn't quite the same thing. Anyway TIL. Andrew