mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 02:04:38 +00:00
specify unified diffs rather than context diffs
[SVN r36325]
This commit is contained in:
parent
c3a8c56f4f
commit
72ed8cdf98
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ a bug in the file <code>intentional_bug.hpp</code>:<br>
|
|||
<li>Make sure that the bug is still present in the code.</li>
|
||||
<li>Copy the file <code>intentional_bug.hpp</code> to a file called <code>intentional_bug.hpp.orig</code>.</li>
|
||||
<li>Apply your changes to <code>intentional_bug.hpp</code>.</li>
|
||||
<li>Run "<code>diff -c intentional_bug.hpp.orig intentional_bug.hpp > intentional_bug.hpp.patch</code>" from the command prompt.</li>
|
||||
<li>Run "<code>diff -du intentional_bug.hpp.orig intentional_bug.hpp > intentional_bug.hpp.patch</code>" from the command prompt.</li>
|
||||
<li>Submit the patch file together with an explanation of the bug
|
||||
and the proposed fix; and don't forget to include the word <b>patch</b> or <b>bug</b>
|
||||
in the subject if you're submitting to the <a href="http://www.boost.org/more/mailing_lists.htm#main">boost mailing list</a>.<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue