]> bbs.cooldavid.org Git - net-next-2.6.git/commit
scripts/get_maintainer.pl: use mailmap in name deduplication and other updates
authorJoe Perches <joe@perches.com>
Tue, 26 Oct 2010 21:22:58 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:17 +0000 (16:52 -0700)
commitb9e2331dd1e0e04f7f2a6f8aa0c05bac2a7f0d7b
tree57696e66a6244c8795d0a3a2155fa9c61291a292
parent47abc7225761faf28be52b3ac4dc26ffeac7b750
scripts/get_maintainer.pl: use mailmap in name deduplication and other updates

Use Florian Mickler's mailmap routine to reduce name duplication.

o Add subroutine deduplicate_email to centralize code
o Add hashes for deduplicate_(name|address)_hash
o Remove now unused @interactive_to
o Whitespace neatening
o Add command line --help text
o Add --mailmap command line option control
o Interactive changes:
   - Add toggles for maintainer, git and list selections
   - Default selection is all
   - Add mailmap control

Update to 0.26-beta5

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