I am not sure how the preferred way to contribute patches is, but there is a simple way to make git formatted patches that apply nicely to the repo.

1) Test your changes and make sure they are all functioning.
2) run git diff and recheck your changes :)
3) commit your changes locally
4) run git format-patch HEAD^^

You will end up with a git formatted patch with all of your changes (no matter how many local commits you have against your branch)

Hope this helps,

Aaron

On May 20, 2009, at 10:50 PM, holmes86 wrote:

hi,everyone!

I make a patch by git.But I don't know that how to commit patch way.Who can tell me?thanks.



--

知其然,不知其所以然!
_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

_______________________________________________
Moblin dev Mailing List
[email protected]

To manage or unsubscribe from this mailing list visit:
https://lists.moblin.org/mailman/listinfo/dev or your user account on 
http://moblin.org once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to