[webkit-dev] Moving to Git?

David Levin levin at chromium.org
Fri Mar 9 16:05:36 PST 2012


On Fri, Mar 9, 2012 at 4:01 PM, Ryosuke Niwa <rniwa at webkit.org> wrote:

>
>  git will touch Node.h twice by stashing and applying. This would mean
> that I would be rebuilding the world even if all changes I get from masters
> were in webkitpy or LayoutTests.
>
> Are there an easy way to work around this issue as well? (other than
> committing changes, of course)
>

afaik not really, here's two that I've used:

   1. git-new-workdir (multiple git working dirs so I don't switch branches
   as often)
   2. ccache (cache the results of the compile)

 dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20120309/548fa4e5/attachment.html>


More information about the webkit-dev mailing list