On Thu, May 5, 2011 at 10:38 AM, Sergey Dobrov <[email protected]> wrote: > On 05/05/2011 04:08 PM, Vanaryon wrote: >> Hello, >> >> Okay, you should fork https://gitorious.org/xmpp/ and make change to the >> XEP XML file. > I cloned the repo and I can commit to my own clone now. > >> >> Then ask for a pull request to the main repository. > How should I do it? Via "Merge requests" in the web interface?
This isn't necessary. If you simply do a local clone of the XSF repository, commit your patch, and then git format-patch HEAD\^ (Assuming it's a a single patch you want to send) will produce a file you can attach to an email to Peter for him to use as he sees fit. /K
