Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295157
b: refs/heads/master
c: 728f5a9
h: refs/heads/master
i:
  295155: 7deaafd
v: v3
  • Loading branch information
Richard Weinberger authored and Linus Torvalds committed Mar 23, 2012
1 parent b9e732a commit c7b96eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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: 0ede27450716dda82474023d6726ab50f2751adb
refs/heads/master: 728f5a94a1e1895e87dd802cb5cafaeec7e699e8
9 changes: 7 additions & 2 deletions trunk/scripts/get_maintainer.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1027,8 +1027,13 @@ sub add_categories {
if ($email_list) {
if (!$hash_list_to{lc($list_address)}) {
$hash_list_to{lc($list_address)} = 1;
push(@list_to, [$list_address,
"open list${list_role}"]);
if ($list_additional =~ m/moderated/) {
push(@list_to, [$list_address,
"moderated list${list_role}"]);
} else {
push(@list_to, [$list_address,
"open list${list_role}"]);
}
}
}
}
Expand Down

0 comments on commit c7b96eb

Please sign in to comment.