<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Tearing when entering AC mode"
   href="https://bugs.webkit.org/show_bug.cgi?id=150955#c31">Comment # 31</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Tearing when entering AC mode"
   href="https://bugs.webkit.org/show_bug.cgi?id=150955">bug 150955</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=150955#c30">comment #30</a>)
<span class="quote">&gt; Thanks, I will test this patch then.
&gt; 
&gt; I did check the wiki looking for instructions, but didn't find any.</span >

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 &quot;webkit-2.12&quot;]
    url = <a href="http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-2.12">http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-2.12</a>
    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 (<a href="https://trac.webkit.org/wiki/WebKitGTK/2.12.x">https://trac.webkit.org/wiki/WebKitGTK/2.12.x</a>)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>