TODO list?
Roman Neuhauser
neuhauser at bellavista.cz
Sun Jun 29 20:18:39 PDT 2003
# oremanj at 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
More information about the freebsd-questions
mailing list