bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9408: A simple patch


From: Wilfred Hughes
Subject: bug#9408: A simple patch
Date: Tue, 30 Aug 2011 17:42:42 +0100

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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]