]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/get_maintainer.pl: support multiple VCSs - add mercurial
authorJoe Perches <joe@perches.com>
Tue, 15 Dec 2009 02:00:50 +0000 (18:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:29 +0000 (08:53 -0800)
commit246b33e99ac9477aebee99afdf6b97c1f880c2e7
tree18bb51d505c8f92e6331999a1462b5fbde18cf3f
parente7133c97b56d39f228c09ee3c787ddf9727ba86a
scripts/get_maintainer.pl: support multiple VCSs - add mercurial

Restructure a bit for multiple version control systems support.

Use a hash for each supported VCS that contains the commands
and patterns used to find commits, logs, and signers.

--git command line options are still used for hg except for
--git-since.  Use --hg-since instead.

The number of commits can differ for git and hg, so --rolestats
might be different.

Style changes: Use common push style push(@foo...), simplify a return

Bumped version to 0.23.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Marti Raudsepp <marti@juffo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/get_maintainer.pl