Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2003 05:18:33 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        Joshua Oreman <oremanj@webserver.get-linux.org>
Cc:        Dan Nelson <dnelson@allantgroup.com>
Subject:   Re: TODO list?
Message-ID:  <20030630031833.GJ11229@freepuppy.bellavista.cz>
In-Reply-To: <20030628173243.GA65801@webserver.get-linux.org>
References:  <20030627231013.GA41033@webserver.get-linux.org> <20030627231805.GB410@nitro.dk> <3EFD4AF6.F8F471D6@mindspring.com> <20030628164930.GB68703@webserver.get-linux.org> <20030628165741.GK1815@dan.emsphone.com> <20030628173243.GA65801@webserver.get-linux.org>

next in thread | previous in thread | raw e-mail | index | archive | help
# oremanj@webserver.get-linux.org / 2003-06-28 10:32:43 -0700:
> On Sat, Jun 28, 2003 at 11:57:41AM -0500 or thereabouts, Dan Nelson wrote:
> > In the last episode (Jun 28), Joshua Oreman said:
> > > Is there like a search for PRs with no "Fix:"?
> > 
> > If you cvsup the gnats repository, you can do your own arbitrary
> > searches.  Note that "grep -rL Fix ." won't work because empty sections
> > still have their header stored in the PR.
> 
> Ah, thanks! I think grep -rL +++. would find unified diffs.

    Actually, it would not. You'd want
    
    grep -rl +++
    or better
    grep -Erl '^\+\+\+ ' .

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030630031833.GJ11229>