[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1264191393.32383.128.camel@Joe-Laptop.home>
Date: Fri, 22 Jan 2010 12:16:33 -0800
From: Joe Perches <joe@...ches.com>
To: Richard Kennedy <richard@....demon.co.uk>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] get_maintainer.pl: teach git log to use --no-color
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists