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


Groups > linux.kernel > #1459685

Regression in stdin pipe to scripts/get_maintainer.pl

From Christopher Covington <cov@codeaurora.org>
Newsgroups linux.kernel
Subject Regression in stdin pipe to scripts/get_maintainer.pl
Date 2016-08-10 21:40 +0200
Message-ID <s4Hw6-YV-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Joe,

I noticed 4cad35a7ca690eabf0d241062ce9e59693ec03e7 has caused the
following change in behavior:

c=4cad35a7ca690eabf0d241062ce9e59693ec03e7
git show -n 1 $c | scripts/get_maintainer.pl
sh: 1: STDIN: not found
sh: 1: STDIN: not found
fatal: --follow requires exactly one pathspec
git revert $c
git show -n 1 $c | scripts/get_maintainer.pl
Joe Perches <joe@perches.com> (maintainer:GET_MAINTAINER SCRIPT)
linux-kernel@vger.kernel.org (open list)

(If there's a better way for me to do this, maybe in the style of
checkpatch's new --git/-g option, I'd be happy to switch.)

Thanks,
Cov

-- 
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm
Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code
Aurora Forum, a Linux Foundation Collaborative Project.

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


Thread

Regression in stdin pipe to scripts/get_maintainer.pl Christopher Covington <cov@codeaurora.org> - 2016-08-10 21:40 +0200

csiph-web