Changes between Version 49 and Version 50 of QtWebKitContrib
- Timestamp:
- Oct 29, 2009, 8:58:57 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitContrib
v49 v50 49 49 50 50 {{{ 51 git clone git://gitorious.org/ qtwebkit/qtwebkit.git51 git clone git://gitorious.org/webkit/webkit.git 52 52 }}} 53 54 This is a git mirror of the WebKit SVN repository. 55 56 If you also want to track the staging branches for QtWebKit releases, do: 57 58 {{{ 59 git remote add qtwebkit git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git 60 }}} 61 62 This repository has the QtWebKit staging branches and other branches specific to the QtWebKit port. 53 63 54 64 == Hacking on QtWebKit ==