Changes between Version 7 and Version 8 of UsingGitHub


Ignore:
Timestamp:
Mar 15, 2012, 5:06:48 PM (13 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitHub

    v7 v8  
    3737== Landing a patch ==
    3838
    39 If we're going to use this process, we'd want to teach webkit-patch how to automate this process.
     39''TODO: If we're going to use this process, we'll probably want to teach webkit-patch how to automatically fill in the ChangeLog description and "Reviewed by" lines from the pull request.''
    4040
    4141 1. If you're landing a patch for someone else, first download and apply the patch: `$ curl https://github.com/yourname/webkit/pull/7.patch | git am`