Changes between Version 80 and Version 81 of UsingGitWithWebKit
- Timestamp:
- Apr 3, 2012, 3:26:01 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v80 v81 291 291 292 292 {{{ 293 webkit-patch upload -g HEAD.. 294 }}} 295 296 (The "`-g HEAD.. `" flagtells webkit-patch only to consider the changes you have in your working tree and index. This is an important flag to pass if you have multiple commits on your current branch that haven't been pushed back to Subversion yet.)293 webkit-patch upload -g HEAD.... 294 }}} 295 296 (The "`-g HEAD....`" flag (note the 4 dots!) tells webkit-patch only to consider the changes you have in your working tree and index. This is an important flag to pass if you have multiple commits on your current branch that haven't been pushed back to Subversion yet.) 297 297 298 298 Then I'd commit the current patch: