From: Richard Kennedy Date: Tue, 2 Feb 2010 21:44:07 +0000 (-0800) Subject: get_maintainer.pl: teach git log to use --no-color X-Git-Tag: v2.6.33-rc7~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99cf611613f8826f52c156810bfb9e34c71d193a;p=pandora-kernel.git get_maintainer.pl: teach git log to use --no-color When git has been set to always use color in .gitconfig then I get the warning message Bad divisor in main::vcs_assign: 0 This is caused by vcs_file_signoffs not matching any commits due to the pattern not understand the colour codes. Fix this by telling git log to never use colour. Signed-off-by: Richard Kennedy Acked-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed