lkml.org 
[lkml]   [2010]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: [PATCH] get_maintainer.pl: teach git log to use --no-color
From
Date
lOn Fri, 2010-01-22 at 12:31 +0000, Richard Kennedy wrote:
> diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
> index 090f248..2cae27a 100755
> --- a/scripts/get_maintainer.pl
> +++ b/scripts/get_maintainer.pl
> @@ -74,7 +74,7 @@ my %VCS_cmds;
> my %VCS_cmds_git = (
> "execute_cmd" => \&git_execute_cmd,
> "available" => '(which("git") ne "") && (-d ".git")',
> - "find_signers_cmd" => "git log --since=\$email_git_since -- \$file",
> + "find_signers_cmd" => "git log --no-color --since=\$email_git_since -- \$file",
> "find_commit_signers_cmd" => "git log -1 \$commit",
> "blame_range_cmd" => "git blame -l -L \$diff_start,+\$diff_length \$file",
> "blame_file_cmd" => "git blame -l \$file",

Actually, I take back my ack.

The line immediately below your change also needs --no-color

Can you make that change and resubmit please?

cheers, Joe


\
 
 \ /
  Last update: 2010-01-22 21:19    [W:0.058 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site