summaryrefslogtreecommitdiffstats
path: root/scripts/get_maintainer.pl
AgeCommit message (Expand)AuthorLines
2016-08-02get_maintainer.pl: reduce need for command-line option -fJoe Perches-1/+19
2016-01-20scripts/get_maintainer.pl: handle file names beginning with ./Joe Perches-0/+4
2015-11-06get_maintainer: add subsystem to reviewer outputJoe Perches-15/+16
2015-11-06get_maintainer: --r (list reviewer) is on by defaultBrian Norris-1/+1
2015-11-06get_maintainer: add --no-foo options to --helpBrian Norris-0/+3
2015-11-06get_maintainer: it's '--pattern-depth', not '-pattern-depth'Brian Norris-1/+1
2015-11-06get_maintainer: add missing documentation for --git-blame-signaturesBrian Norris-0/+1
2015-06-25get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" useJoe Perches-12/+12
2015-06-25get_maintainer: emit longer section headersJoe Perches-4/+5
2015-06-25get_maintainer.pl: add .get_maintainer.ignore file capabilityJoe Perches-0/+32
2014-07-08scripts: Teach get_maintainer.pl about the new "R:" tagJoe Perches-1/+21
2014-02-10get_maintainer: fix detection of git repositoryRichard Genoud-1/+1
2014-01-23get_maintainer: add commit author information to --rolestatsJoe Perches-6/+85
2013-04-29get_maintainer: use filename-only regex match for TegraStephen Warren-1/+1
2013-02-27get_maintainer: allow keywords to match filenamesStephen Warren-0/+4
2013-02-21get_maintainer.pl: find maintainers for removed filesGeert Uytterhoeven-1/+1
2012-06-20get_maintainer: Fix --help warningJoe Perches-1/+2
2012-03-23get_maintainer.pl: add support for moderated listsRichard Weinberger-2/+7
2012-03-23get_maintainer: use a default "unknown" S: status/roleJoe Perches-1/+1
2012-01-10get_maintainers.pl: follow renames when looking up commit signersIan Campbell-1/+1
2011-08-25scripts/get_maintainer.pl: update Linus's git repositoryRalf Thielow-1/+1
2011-07-25get_maintainers.pl: improve .mailmap parsingJoe Perches-4/+5
2011-03-22get_maintainer.pl: allow "K:" pattern tests to match non-patch textJoe Perches-1/+10
2011-01-13scripts/get_maintainer.pl: use --git-fallback more oftenJoe Perches-1/+37
2011-01-13scripts/get_maintainer.pl: make --rolestats the defaultJoe Perches-3/+4
2010-10-26scripts/get_maintainer.pl: don't deduplicate unnamed addresses ie: mailing listsJoe Perches-3/+3
2010-10-26scripts/get_maintainer.pl: use mailmap in name deduplication and other updatesJoe Perches-84/+148
2010-10-26scripts/get_maintainer.pl: correct indentation in a few placesJoe Perches-78/+78
2010-10-26scripts/get_maintainer.pl: fix mailmap handlingFlorian Mickler-38/+109
2010-10-26scripts/get_maintainer.pl: use case insensitive name de-duplicationJoe Perches-34/+101
2010-10-26scripts/get_maintainer.pl: improve --interactive UIJoe Perches-275/+596
2010-10-26scripts/get_maintainer.pl: add interactive modeFlorian Mickler-5/+141
2010-10-26scripts/get_maintainer.pl: use .get_maintainer.conf from . then $HOME then sc...Joe Perches-3/+17
2010-10-26scripts/get_maintainer.pl: add default --git-fallback, remove default --gitJoe Perches-2/+9
2010-10-26scripts/get_maintainer.pl: don't search MAINTAINERS for keywords or emailsJoe Perches-1/+1
2010-10-26scripts/get_maintainer.pl: use correct indentationJoe Perches-15/+15
2010-10-26scripts/get_maintainer.pl: Add --git-blame --rolestats "Authored lines" infor...Joe Perches-3/+57
2010-05-25scripts/get_maintainer.pl: default to not include unspecified tagsFlorian Mickler-1/+1
2010-05-25scripts/get_maintainer.pl: add .get_maintainer.conf default options fileJoe Perches-1/+30
2010-05-25scripts/get_maintainer.pl: optionally ignore non-maintainer signaturesJoe Perches-9/+26
2010-03-24get_maintainer: repair STDIN usageWolfram Sang-1/+1
2010-03-06scripts/get_maintainer.pl: fix possible infinite loopJoe Perches-2/+2
2010-03-06get_maintainer: quote email address with periodStephen Hemminger-2/+2
2010-03-06get_maintainer: fix perlcritic warningsStephen Hemminger-14/+20
2010-03-06scripts/get_maintainer.pl: add ability to read from STDINJoe Perches-11/+15
2010-03-06scripts/get_maintainer.pl: change --sections to print in the same style as MA...Joe Perches-0/+2
2010-03-06scripts/get_maintainer.pl: add --sections, print entire matched subsystemJoe Perches-4/+32
2010-03-06scripts/get_maintainer.pl: add --file-emails, find embedded email addressesJoe Perches-7/+76
2010-02-02get_maintainer.pl: teach git log to use --no-colorRichard Kennedy-2/+2
2010-01-11scripts/get_maintainer.pl: fix file exclusion X: logicJoe Perches-30/+54