<br><br><div class="gmail_quote">On Fri, Mar 9, 2012 at 4:01 PM, Ryosuke Niwa <span dir="ltr"><<a href="mailto:rniwa@webkit.org">rniwa@webkit.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="gmail_quote"><div><div class="gmail_quote"><div><br></div><div> 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.</div>



<div><br></div><div>Are there an easy way to work around this issue as well? (other than committing changes, of course)</div></div></div></div></blockquote><div> </div><div>afaik not really, here's two that I've used:</div>

<div><ol><li>git-new-workdir (multiple git working dirs so I don't switch branches as often)</li><li>ccache (cache the results of the compile)</li></ol></div><div> dave</div></div>