Modified:
wiki/Contributors.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/Contributors.wiki
==============================================================================
--- wiki/Contributors.wiki (original)
+++ wiki/Contributors.wiki Wed Nov 12 02:19:55 2008
@@ -11,7 +11,7 @@
==Submitting Patches==
-Basically we will accept patches generated by git. Until this project is
release I guess we will have to accept patches through attachment either to
an issue or in an email to the developer mailing list. If you are wondering
how to create patches please consider
[http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html this
page]. IMHO, when you start commits for contribution do create a
topic-branch (normal git branch) and make all your change on that branch
once you are done create patch series using the following command -
+Basically we will accept patches generated by git. Until
[http://code.google.com/p/smart-patcher Smart Patcher] is release I guess
we will have to accept patches through attachment either to an issue or in
an email to the developer mailing list. If you are wondering how to create
patches please consider
[http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html this
page]. IMHO, when you start commits for contribution do create a
topic-branch (normal git branch) and make all your change on that branch
once you are done create patch series using the following command -
{{{
git format-patch -M -B origin/master
}}}