> Date: Mon, 21 Feb 2011 14:29:37 -0500 > From: Ted Unangst <ted.unan...@gmail.com> > > On Mon, Feb 21, 2011 at 7:34 AM, Pascal Stumpf <pascal.stu...@cubes.de> wrote: > > Implement a -H flag for grep, useful for combining e.g. find and grep. > > > > Can anyone commit it? > > I think I can do so tonight, unless someone has a serious problem with it.
Yes, I have an issue with this. The tree is in soft-lock. Changing the command line options of a common tool like grep(1) may affect ports. That is not acceptable at this point. Also, -H is non-standard AFIK, and we try to avoid adding non-standard options to our tools. Theo has objected to changes like this before. So I don't think this should go in without giving him a chance to comment.