Changes between Version 1 and Version 2 of Ticket #17787, comment 4
- Timestamp:
- 06/13/2011 05:22:09 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17787, comment 4
v1 v2 1 1 If you're using Linux or OSX, you can make partial patches like this: 2 2 3 `svn diff file-a.php file-b.php file-c.php > the-patch.diff` 3 {{{ 4 svn diff file-a.php file-b.php file-c.php > the-patch.diff 5 }}} 4 6 5 7 If not, you can edit it directly in a text editor.