Eric Blake wrote: > On 03/28/2010 02:15 PM, Jim Meyering wrote: >> >> The --include option works once again. [bug introduced in 2.6] >> >> Using any of the --include or --exclude* options would cause a NULL >> dereference. [bug introduced in 2.6] > > These two items look redundant; can they be consolidated into one?
Good idea. >From a3b22841d8478f985149c001033423fa3a3f94ce Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Mon, 29 Mar 2010 16:52:35 +0200 Subject: [PATCH] doc: consolidate redundant-looking entries * NEWS: Consolidate the two --include/exclude-related entries. Suggested by Eric Blake. --- NEWS | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ddb3b49..f00884b 100644 --- a/NEWS +++ b/NEWS @@ -11,10 +11,8 @@ GNU grep NEWS -*- outline -*- grep -F no longer goes into an infinite loop when it finds a match for an incomplete (non-prefix of a) multibyte character. [bug introduced in 2.6] - The --include option works once again. [bug introduced in 2.6] - Using any of the --include or --exclude* options would cause a NULL - dereference. [bug introduced in 2.6] + dereference. [bugs introduced in 2.6] ** Build-related -- 1.7.0.3.448.g82eeb
