GNU bug report logs - #9408
23.3; vc-git-grep doesn't link to files when git grep uses colour

Previous Next

Package: emacs;

Reported by: Wilfred Hughes <wilfred <at> potatolondon.com>

Date: Tue, 30 Aug 2011 16:08:01 UTC

Severity: normal

Found in version 23.3

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Wilfred Hughes <wilfred <at> potatolondon.com>
To: 9408 <at> debbugs.gnu.org
Subject: bug#9408: A simple patch
Date: Tue, 30 Aug 2011 17:42:42 +0100
[Message part 1 (text/plain, inline)]
Fixing this should be just a matter of changing line 890 of vc-git.el:

(grep-expand-template "git grep -n -e <R> -- <F>" regexp files))

To:

(grep-expand-template "git grep --no-color -n -e <R> -- <F>" regexp files))

Generally --no-color is used, so I can't see any similar issues elsewhere.
[Message part 2 (text/html, inline)]

This bug report was last modified 13 years and 256 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.