public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* scripts/get_maintainer.pl --help prints a warning
@ 2012-06-13 18:09 Paul Bolle
  2012-06-13 18:41 ` [PATCH] get_maintainer: Fix --help warning Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Bolle @ 2012-06-13 18:09 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel

0) "scripts/get_maintainer.pl --help" prints a warning (to stderr):
Use of uninitialized value $signature_pattern in concatenation (.) or
string at scripts/get_maintainer.pl line 723.

1) That must be caused by line 732:
        or use only ${signature_pattern} signers (default: $email_git_all_signature_types)

2) "git blame -L 732,+1 scripts/get_maintainer.pl" points to commit
683c6f8fcbcb6de8d07545ba70aff49e50d8bcf2 ("scripts/get_maintainer.pl:
improve --interactive UI"). And a quick look at that commit suggests it
introduced (most of) the current usage of $signature_pattern.

3) Would you have an idea how to silence that warning?


Paul Bolle


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-13 19:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 18:09 scripts/get_maintainer.pl --help prints a warning Paul Bolle
2012-06-13 18:41 ` [PATCH] get_maintainer: Fix --help warning Joe Perches
2012-06-13 19:02   ` Paul Bolle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox