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

2012-08-05 Thread talking1239
Thanks. I want to know if exist an way to convert the git patch format to svn patch format? -- BGs/Felix Shi At 2012-08-06 14:04:28,"Andy Estes" wrote: It looks like everything but the ChangeLog was patched cleanly, so you should be fine. You can do a sanity check by typing 'git diff' and

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

2012-08-05 Thread Andy Estes
It looks like everything but the ChangeLog was patched cleanly, so you should be fine. You can do a sanity check by typing 'git diff' and comparing the output to the original patch. -Andy On Aug 5, 2012, at 10:57 PM, talking1...@gmail.com wrote: > I use patch -p1 < "patch file" and it show me

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

2012-08-05 Thread talking1239
I use patch -p1 < "patch file" and it show me as follow inforamtion, so if I need to manual modify the patch file? $ patch -p1 < "D:\study\jit.patch" patching file `ChangeLog' Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to ChangeLog.rej patching file `configure.ac' Hunk #1 suc

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

2012-08-05 Thread Andy Estes
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. Also, you probably want -p1 instead of -p0. I'm sure someone would be happy to help you with this on #webkit if you're still havin

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

2012-08-05 Thread Andy Estes
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 __

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

2012-08-05 Thread talking1239
I use follow command "patch -p0 D:\work\bsquare-code\jit.patch" in the git -bash, but it no response. -- BGs/Felix Shi At 2012-08-06 13:19:26,"Ryosuke Niwa" wrote: https://bug-44329-attachments.webkit.org/attachment.cgi?id=76514 On Sun, Aug 5, 2012 at 10:15 PM, wrote: But for the patch f

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

2012-08-05 Thread Ryosuke Niwa
https://bug-44329-attachments.webkit.org/attachment.cgi?id=76514 On Sun, Aug 5, 2012 at 10:15 PM, wrote: > But for the patch file, how can i download it. like download patch file > from this url ' > https://bugs.webkit.org/attachment.cgi?id=76514&action=edit"; > -- > BGs/Felix Shi > > At 2012-0

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

2012-08-05 Thread talking1239
But for the patch file, how can i download it. like download patch file from this url 'https://bugs.webkit.org/attachment.cgi?id=76514&action=edit"; -- BGs/Felix Shi At 2012-08-06 13:12:01,"Ryosuke Niwa" wrote: If you can't run webkit-patch, then you can do: patch -p0 On Sun, Aug 5, 2012

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

2012-08-05 Thread Ryosuke Niwa
If you can't run webkit-patch, then you can do: patch -p0 On Sun, Aug 5, 2012 at 10:08 PM, 石梦军 wrote: > But in the windows platform, how to execute the webkit-patch. > > Thanks. > > -- > BGs/Felix Shi > > At 2012-08-06 12:59:54,"Ryosuke Niwa" wrote: > > webkit-patch apply-from-bug or webkit-p

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

2012-08-05 Thread talking1239
But in the windows platform, how to execute the webkit-patch. -- BGs/Felix Shi At 2012-08-06 12:59:54,"Ryosuke Niwa" wrote: webkit-patch apply-from-bug or webkit-patch apply-attachment will do. On Sun, Aug 5, 2012 at 9:57 PM, wrote: Hi I want to apply an patch to my git code, but i

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

2012-08-05 Thread Ryosuke Niwa
webkit-patch apply-from-bug or webkit-patch apply-attachment will do. On Sun, Aug 5, 2012 at 9:57 PM, wrote: > Hi > > I want to apply an patch to my git code, but i don't know how to download > and apply it. > Any help explaining this would be much appreciated! > > this is one of patch https:

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

2012-08-05 Thread talking1239
Hi I want to apply an patch to my git code, but i don't know how to download and apply it. Any help explaining this would be much appreciated! this is one of patch https://bugs.webkit.org/attachment.cgi -- BGs/Felix Shi ___ webkit-dev mailing li