git-svn: color support for the log command
commit9aca025849d417b04b49fead126c915f6ca47526
authorEric Wong <normalperson@yhbt.net>
Wed, 29 Nov 2006 02:51:40 +0000 (28 18:51 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 29 Nov 2006 04:59:35 +0000 (28 20:59 -0800)
tree973d39f8e175daf5af63aed01ca865846464d995
parentd5cc2de9ff57d2f6734f6e6e34addc2fae1b5b0e
git-svn: color support for the log command

 * match LESS environment settings to those in pager.c
 * parse diff.color and pager.color settings in the
   config file, and pass --color to git-log
 * --color and --pager= settings are supported

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl