Your message dated Sat, 6 Mar 2010 23:25:50 -0600
with message-id <[email protected]>
and subject line Re: git grep --color
has caused the Debian Bug report #430859,
regarding git-grep: Please support color
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
430859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430859
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-core
Version: 1:1.5.2.1-1
Severity: wishlist
git-grep does not support highlighting the match in color like grep does.
Please consider supporting color. Bonus if you look at the $GREP_COLOR
environment variable to find out what color to use (in addition to any git
configuration option).
- Josh Triplett
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages git-core depends on:
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
ii libcurl3-gnutls 7.15.5-1 Multi-protocol file transfer libra
ii libdigest-sha1-perl 2.11-1 NIST SHA-1 message digest algorith
ii liberror-perl 0.15-8 Perl module for error/exception ha
ii libexpat1 1.95.8-3.4 XML parsing C library - runtime li
ii perl-modules 5.8.8-7 Core Perl modules
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages git-core recommends:
pn curl <none> (no description available)
pn git-doc <none> (no description available)
ii less 394-4 Pager program similar to more
ii openssh-client [ssh-client] 1:4.3p2-9 Secure shell client, an rlogin/rsh
ii patch 2.5.9-4 Apply a diff file to an original
ii rsync 2.6.9-2 fast remote file copy program (lik
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1:1.6.3~rc0-1
Anders Kaseorg wrote:
> git grep now supports colored match highlighting in Git 1.6.3. It can be
> enabled with `git grep --color`, or configured as default with either of
> `git config --global color.grep true` or `git config --global color.ui true`.
Thanks, Anders. For reference, the implementation is v1.6.3-rc0~144
(Merge branch 'rs/color-grep', 2009-03-17).
--- End Message ---