summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-14 10:52:22 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-03-22 13:38:54 +0100
commitbb6e23b888f8a8901b19b75981c010a70ee02c71 (patch)
tree6ec3479b57b4e7d85e732a623973f6158bf8737c /NEWS
parent0a22c10196d96763147d54fb79fe98361b3093ea (diff)
downloadpatch-bb6e23b888f8a8901b19b75981c010a70ee02c71.tar.gz
Include patch headers in reject files
This turns reject files into properly formatted patches.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ceea04..24f6490 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Changes in version 2.6:
* If the input patch is in unified format, any .rej output is now
in unified format as well. Formerly it was in context format.
This can be overridden with --reject-format=FORMAT.
+* Reject files new have patch headers.
* Changed lines in reject files in context format will now be indicated
with '!' as per the definition of the format instead of '+' and '-'.