[Webkit-unassigned] [Bug 150955] [GTK] Tearing when entering AC mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 24 06:38:56 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=150955

--- Comment #31 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #30)
> Thanks, I will test this patch then.
> 
> I did check the wiki looking for instructions, but didn't find any.

How to add a webkit-2.12 branch to existing git-svn clone

If you have already cloned ​git://git.webkit.org/WebKit.git, it only contains a git-svn clone of the svn trunk. To add webkit-2.12 branch to there, add a new remote to .git/config:

[svn-remote "webkit-2.12"]
    url = http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-2.12
    fetch = :refs/remotes/git-svn-webkit-2.12

and run the following commands:

git svn fetch webkit-2.12 -r 196806
git branch webkit-2.12 git-svn-webkit-2.12
git checkout webkit-2.12
git svn rebase

copy pasted from the wiki (https://trac.webkit.org/wiki/WebKitGTK/2.12.x)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160224/a0c20981/attachment.html>


More information about the webkit-unassigned mailing list