Edgewall Software

Changes between Version 5 and Version 6 of TracDev/SubmittingPatches


Ignore:
Timestamp:
May 14, 2009, 3:19:49 PM (15 years ago)
Author:
Christian Boos
Comment:

Insist on producing unified diffs

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/SubmittingPatches

    v5 v6  
    2525}}}
    2626
    27 Don't worry too much about the file format, since creating and using patches can all be done easily using the right tools.
     27This format is called an "unified diff format". See below how to generate it.
    2828
    2929== Getting started ==
     
    6262This will save your changes to the file "my_patch_file.diff".  Pick an appropriate filename for the changes you've made.
    6363
     64Note that `svn diff` will generate a diff in the unified format. If for some reason you use the `diff` tool to produce the patch, then please use `diff -u` otherwise the diff won't be an unified diff.
     65
    6466== Submit the patch ==
    6567