mirror of
https://github.com/boostorg/more.git
synced 2025-01-13 02:10:08 +08:00
specify unified diffs rather than context diffs
[SVN r36325]
This commit is contained in:
parent
139e542acb
commit
4cc371f982
2
bugs.htm
2
bugs.htm
@ -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…
Reference in New Issue
Block a user