On Aug 5, 2012, at 10:25 PM, talking1...@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
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to