[Fuego] Procedure to commit the code

Tim.Bird at sony.com Tim.Bird at sony.com
Mon Nov 4 09:49:36 UTC 2019



> -----Original Message-----
> From: Tim.Bird at sony.com
> I'm not sure how you generated the patch, but for the top-most commit
> in a repository you normally do something like:
> git format-patch HEAD


Sorry, that's wrong.

That should be:
 $ git format-patch HEAD^

Which means to format patches starting with the commit identified as the parent of the HEAD (HEAD^)
This will include one commit (the top-most).
 -- Tim



More information about the Fuego mailing list