On Fri, Dec 2, 2011 at 1:39 AM, Matthieu Morel <[email protected]> wrote: > On 12/2/11 9:50 AM, Flavio Junqueira wrote: > - svn patches are replaced by pull requests or git patches. (Actually, it > may have to be a patch file in order to grant rights to the ASF)
You still need to go through the JIRA patch process in order for the rights to be explicitly granted. Seems to me you'll need to use the linux kernel approach - people will submit git formatted patches (git format-patch) via jira and then committers will apply (git am) them to the source repository. afaict this is what couchdb is doing: https://issues.apache.org/jira/browse/COUCHDB-868 http://wiki.apache.org/couchdb/Git_At_Apache_Guide Patrick
