From 4cc371f9821966adb79d3de96c68cb4003909781 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 11 Dec 2006 05:16:00 +0000 Subject: [PATCH] specify unified diffs rather than context diffs [SVN r36325] --- bugs.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugs.htm b/bugs.htm index 7c1ce18..bb85a8d 100644 --- a/bugs.htm +++ b/bugs.htm @@ -64,7 +64,7 @@ a bug in the file intentional_bug.hpp:
  • Make sure that the bug is still present in the code.
  • Copy the file intentional_bug.hpp to a file called intentional_bug.hpp.orig.
  • Apply your changes to intentional_bug.hpp.
  • -
  • Run "diff -c intentional_bug.hpp.orig intentional_bug.hpp > intentional_bug.hpp.patch" from the command prompt.
  • +
  • Run "diff -du intentional_bug.hpp.orig intentional_bug.hpp > intentional_bug.hpp.patch" from the command prompt.
  • Submit the patch file together with an explanation of the bug and the proposed fix; and don't forget to include the word patch or bug in the subject if you're submitting to the boost mailing list.