[webkit-dev] MathML Patch - Current Code

Evan Martin evan at chromium.org
Fri Jan 15 10:02:35 PST 2010


On Thu, Jan 14, 2010 at 8:30 PM, Alex Milowski <alex at milowski.org> wrote:
>> Have you considered using git and creating local branches for yourself?
>
> Unless I'm missing something, that doesn't help me with distributing the
> code to others who want to work with it.

This is probably off-topic for the list, but the whole reason Git was
built was so people working on separate branches of Linux could
publish and share their code without giving everyone commit access to
Linus's computer.

I successfully used Git recently to take a look at the very large
WebKit patch someone wrote to use V8 in the Gtk port.  They published
their branch, I pulled it, and I could then use my normal tools to
poke at the code.

Here's a good post (using different tools) on splitting up patches:
  http://weblogs.mozillazine.org/roc/archives/2010/01/more_on_patch_d.html
(He's using mq, but it'd be equivalent with quilt, stgit, or guilt.)


More information about the webkit-dev mailing list