Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311119
b: refs/heads/master
c: 7dea268
h: refs/heads/master
i:
  311117: cd45654
  311115: d8a4de9
  311111: 28263cc
  311103: 1583e84
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Jun 20, 2012
1 parent 370f5a1 commit bfd4ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb4546bbbdb160aff084d50511165f385756af18
refs/heads/master: 7dea26813507bfa3d261a81f70494336c3b28293
3 changes: 2 additions & 1 deletion trunk/scripts/get_maintainer.pl
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
push(@signature_tags, "Reviewed-by:");
push(@signature_tags, "Acked-by:");

my $signature_pattern = "\(" . join("|", @signature_tags) . "\)";

# rfc822 email address - preloaded methods go here.
my $rfc822_lwsp = "(?:(?:\\r\\n)?[ \\t])";
my $rfc822_char = '[\\000-\\377]';
Expand Down Expand Up @@ -473,7 +475,6 @@ sub read_mailmap {
my @status = ();
my %deduplicate_name_hash = ();
my %deduplicate_address_hash = ();
my $signature_pattern;

my @maintainers = get_maintainers();

Expand Down

0 comments on commit bfd4ecb

Please sign in to comment.