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


Groups > linux.kernel > #1459685 > unrolled thread

Regression in stdin pipe to scripts/get_maintainer.pl

Started byChristopher Covington <cov@codeaurora.org>
First post2016-08-10 21:40 +0200
Last post2016-08-10 21:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

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

#1459685 — Regression in stdin pipe to scripts/get_maintainer.pl

FromChristopher Covington <cov@codeaurora.org>
Date2016-08-10 21:40 +0200
SubjectRegression in stdin pipe to scripts/get_maintainer.pl
Message-ID<s4Hw6-YV-21@gated-at.bofh.it>
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.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web