]> git.baikalelectronics.ru Git - kernel.git/commit
get_maintainer: quiet noisy implicit -f vcs_file_exists checking
authorJoe Perches <joe@perches.com>
Thu, 25 Aug 2016 22:16:48 +0000 (15:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 27 Aug 2016 00:39:34 +0000 (17:39 -0700)
commit4fb53cf0583d61de6bbd2eb0fd18ec66f226dba2
tree15ba92b47c925373fd992a52137b37cfacb9c74e
parent1a80421a3f3e229753bd4d35cca9cb64a96df6d3
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: 66fe4c45ed12 ("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>
Tested-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl