mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + get_maintainer-quiet-noisy-implicit-f-vcs_file_exists-checking.patch added to -mm tree
@ 2016-08-11 22:47 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-08-11 22:47 UTC (permalink / raw)
  To: joe, wsa, mm-commits


The patch titled
     Subject: get_maintainer: quiet noisy implicit -f vcs_file_exists checking
has been added to the -mm tree.  Its filename is
     get_maintainer-quiet-noisy-implicit-f-vcs_file_exists-checking.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/get_maintainer-quiet-noisy-implicit-f-vcs_file_exists-checking.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/get_maintainer-quiet-noisy-implicit-f-vcs_file_exists-checking.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Joe Perches <joe@perches.com>
Subject: get_maintainer: quiet noisy implicit -f vcs_file_exists checking

Checking command line filenames that are outside the git tree can emit a
noisy and confusing message.

Quiet that message by redirecting stderr.
Verify that the command was executed successfully.

Fixes: 4cad35a7ca69 ("get_maintainer.pl: reduce need for command-line option -f")
Link: http://lkml.kernel.org/r/1970a1d2fecb258e384e2e4fdaacdc9ccf3e30a4.1470955439.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Reported-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 scripts/get_maintainer.pl |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff -puN scripts/get_maintainer.pl~get_maintainer-quiet-noisy-implicit-f-vcs_file_exists-checking scripts/get_maintainer.pl
--- a/scripts/get_maintainer.pl~get_maintainer-quiet-noisy-implicit-f-vcs_file_exists-checking
+++ a/scripts/get_maintainer.pl
@@ -2136,9 +2136,11 @@ sub vcs_file_exists {
 
     my $cmd = $VCS_cmds{"file_exists_cmd"};
     $cmd =~ s/(\$\w+)/$1/eeg;		# interpolate $cmd

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-11 22:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-11 22:47 + get_maintainer-quiet-noisy-implicit-f-vcs_file_exists-checking.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).