Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #17787, comment 4


Ignore:
Timestamp:
06/13/2011 05:22:09 PM (15 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17787, comment 4

    v1 v2  
    11If you're using Linux or OSX, you can make partial patches like this:
    22
    3 `svn diff file-a.php file-b.php file-c.php > the-patch.diff`
     3{{{
     4svn diff file-a.php file-b.php file-c.php > the-patch.diff
     5}}}
    46
    57If not, you can edit it directly in a text editor.