Changes between Version 7 and Version 8 of UsingGitHub
- Timestamp:
- Mar 15, 2012, 5:06:48 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitHub
v7 v8 37 37 == Landing a patch == 38 38 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.'' 40 40 41 41 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`