]> bbs.cooldavid.org Git - net-next-2.6.git/commit
scripts/get_maintainer.pl: use case insensitive name de-duplication
authorJoe Perches <joe@perches.com>
Tue, 26 Oct 2010 21:22:56 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:17 +0000 (16:52 -0700)
commit6ef1c52e122b675acc88a8b016d6477f67988b91
treeae38fb0fa0811356aa95c5bf8246eb0f9826e37c
parent683c6f8fcbcb6de8d07545ba70aff49e50d8bcf2
scripts/get_maintainer.pl: use case insensitive name de-duplication

Case insensitive name and email address matching can help reduce
duplication when authors don't always use the exact same signature.

o Add a --interactive per-file exact_match hash so git history
  can be checked on per-file only when there is no direct maintainer
o Make @interactive_to list global so save_commits_by_<foo> can check
  email names & addresses against this list for duplication
o Don't allow --interactive and --sections
o rename subroutine get_maintainer to get_maintainers
o Added help text option to --interactive menu prompt

Update version to 0.26-beta4

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Florian Mickler <florian@mickler.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl