get_maintainer: add test for file in VCS
authorJoe Perches <joe@perches.com>
Fri, 16 Oct 2020 03:10:34 +0000 (20:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:19 +0000 (11:11 -0700)
commitcdfe2d22047661c5e0ecf8f28e7e8843ee177aff
tree4161de2a126579136c40bc66232d11c63ebb1a1f
parentb7621ebf8a0870f8d822a09dbd040aa5c4909da5
get_maintainer: add test for file in VCS

It's somewhat common for me to ask get_maintainer to tell me who maintains
a patch file rather than the files modified by the patch.

Emit a warning if using get_maintainer.pl -f <patchfile>

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/f63229c051567041819f25e76f49d83c6e4c0f71.camel@perches.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl