Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164515
b: refs/heads/master
c: 4249831
h: refs/heads/master
i:
  164513: 123c59d
  164511: b321f4b
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Sep 22, 2009
1 parent 1d93fa6 commit 45b0f25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cbb3a77e1a91073fb279a495a11d5093461dfe5
refs/heads/master: 42498316132e89ca2835b977a7cfb32a83e97b35
5 changes: 5 additions & 0 deletions trunk/scripts/get_maintainer.pl
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
die "$P: argument missing: patchfile or -f file please\n";
}

if ($output_separator ne ", ") {
$output_multiline = 0;
}

my $selections = $email + $scm + $status + $subsystem + $web;
if ($selections == 0) {
usage();
Expand Down Expand Up @@ -376,6 +380,7 @@ sub usage {
Output type options:
--separator [, ] => separator for multiple entries on 1 line
using --separator also sets --nomultiline if --separator is not [, ]
--multiline => print 1 entry per line
Other options:
Expand Down

0 comments on commit 45b0f25

Please sign in to comment.