commit | 00588bb5cd4a7ff5e2b1ded97d4459bfe6aad6eb | [log] [tgz] |
---|---|---|
author | Mark Lodato <lodatom@gmail.com> | Sun Mar 07 11:52:47 2010 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Mar 08 00:30:59 2010 -0800 |
tree | f3f638046ed38c6e0ad5ebc6f48a8e7973fc9e9d | |
parent | 55f638bdc6507b3a2ce03290741f592934afaee7 [diff] |
grep: Colorize selected, context, and function lines Colorize non-matching text of selected lines, context lines, and function name lines. The default for all three is no color, but they can be configured using color.grep.<slot>. The first two are similar to the corresponding options in GNU grep, except that GNU grep applies the color to the entire line, not just non-matching text. Signed-off-by: Mark Lodato <lodatom@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>