Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1304920

Re: [patch] get_maintainer: handle file names beginning with ./

From Dan Carpenter <dan.carpenter@oracle.com>
Newsgroups linux.kernel
Subject Re: [patch] get_maintainer: handle file names beginning with ./
Date 2016-01-08 19:50 +0100
Message-ID <qOKgP-2ix-49@gated-at.bofh.it> (permalink)
References <qOCVX-5yb-3@gated-at.bofh.it> <qODyG-63D-17@gated-at.bofh.it> <qOFAu-7qR-11@gated-at.bofh.it> <qOJkK-1BX-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Jan 08, 2016 at 09:47:07AM -0800, Joe Perches wrote:
> > > Then maybe you'd also have to consider fully qualified
> > > file names, tilde expansion, $PWD, and probably a bunch
> > > of other things too.
> > 
> > I don't think you'd "have" to consider those as well, but I won't stand
> > in your way if you want to...
> 
> Half measures aren't generally good enough.
> 

Those are fake issues though and I can't imagine how they would affect
anyone.  My issue was super annoying for me because I was sending find
output to a script and it was almost mailing the correct people because
it was using git output.  I had to debug for a long time before I
spotted the difference between ./drivers/media/radio/wl128x/fmdrv_common.c
and drivers/media/radio/wl128x/fmdrv_common.c.

I feel like I have seen this before and just manually added the correct
mailing lists back.  It's crazy annoying and easy to do.

> Using a combination of CWnd abs_fast_path and $lk_path
> is probably better.  $lkpath is set to './' by default.

I have no idea what this means...  It sounds like a good idea though.
:)  Please give me Reported-by credit.

regards,
dan carpenter

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[patch] get_maintainer: handle file names beginning with ./ Dan Carpenter <dan.carpenter@oracle.com> - 2016-01-08 12:00 +0100
  Re: [patch] get_maintainer: handle file names beginning with ./ Joe Perches <joe@perches.com> - 2016-01-08 12:40 +0100
    Re: [patch] get_maintainer: handle file names beginning with ./ Dan Carpenter <dan.carpenter@oracle.com> - 2016-01-08 14:50 +0100
      Re: [patch] get_maintainer: handle file names beginning with ./ Joe Perches <joe@perches.com> - 2016-01-08 18:50 +0100
        Re: [patch] get_maintainer: handle file names beginning with ./ Dan Carpenter <dan.carpenter@oracle.com> - 2016-01-08 19:50 +0100
          Re: [patch] get_maintainer: handle file names beginning with ./ Joe Perches <joe@perches.com> - 2016-01-08 20:50 +0100

csiph-web