Re: [Fuego] Procedure to commit the code

<[email protected]>
Newsgroups dev.linux.lists.fuego
Message-ID <[email protected]>

> -----Original Message-----
> From: [email protected]
> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.