Changes between Version 80 and Version 81 of UsingGitWithWebKit


Ignore:
Timestamp:
Apr 3, 2012 3:26:01 PM (12 years ago)
Author:
dpranke@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v80 v81  
    291291
    292292{{{
    293 webkit-patch upload -g HEAD..
    294 }}}
    295 
    296 (The "`-g HEAD..`" flag 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.)
     293webkit-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.)
    297297
    298298Then I'd commit the current patch: