Changes between Version 49 and Version 50 of QtWebKitContrib

Show
Ignore:
Timestamp:
10/29/09 08:58:57 (3 weeks ago)
Author:
vestbo@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitContrib

    v49 v50  
    4949 
    5050{{{ 
    51 git clone git://gitorious.org/qtwebkit/qtwebkit.git 
     51git clone git://gitorious.org/webkit/webkit.git 
    5252}}} 
     53 
     54This is a git mirror of the WebKit SVN repository. 
     55 
     56If you also want to track the staging branches for QtWebKit releases, do: 
     57 
     58{{{ 
     59git remote add qtwebkit git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git    
     60}}} 
     61 
     62This repository has the QtWebKit staging branches and other branches specific to the QtWebKit port. 
    5363 
    5464== Hacking on QtWebKit ==