Changes between Version 66 and Version 67 of UsingGitWithWebKit


Ignore:
Timestamp:
Apr 26, 2011 3:17:50 PM (13 years ago)
Author:
dbates@webkit.org
Comment:

Remove warning about first-time webkit-patch use since we hopefully fixed this issue in <https://bugs.webkit.org/show_bug.cgi?id=31500>.

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v66 v67  
    134134webkit-patch and check-webkit-style commands all work with git. By default all webkit-patch commands will treat all changes in your branch as a single commit (i.e. all local commits + working copy changes get uploaded/committed as a single commit). To operate on a specific commit, use --git-commit=commitish or "-g commitish". commitish can be a single commit (e.g. HEAD~1), a commit range (e.g. HEAD~3..HEAD~1, operates on HEAD~2 and HEAD~1 as a single commit) or the working copy (i.e., HEAD..).
    135135
    136 WARNING: webkit-patch land will hang the first time you call it. It's (silently) blocked on prompting for your svn credentials. You'll need to use "git svn dcommit" for your first commit.
    137 
    138136The various scripts in `Tools/Scripts` have been made to work pretty well with Git.  Here are some
    139137of the specific things you can do with them: