[webkit-dev] How to download the patch and apply it to git

Andy Estes aestes at apple.com
Sun Aug 5 22:41:01 PDT 2012


On Aug 5, 2012, at 10:25 PM, talking1239 at gmail.com wrote:

> I use follow command "patch -p0 D:\work\bsquare-code\jit.patch" in the git -bash, but it no response.

patch reads from standard input. Your command should look like:

patch -p0 < path-to-file

-Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20120805/f733d4e7/attachment.html>


More information about the webkit-dev mailing list