Tom Tromey writes: > I am running a build of git master from yesterday. > I tried M-x vc-git-grep. > > This successfully runs the grep and puts the output into *grep*. > However, the highlighting is incorrect and M-x next-error claims there > are no grep hits. Using C-c (compile-goto-error) in *grep* also does > not work. This is due to [1: 644cdd1aa0]. 'git grep' also has a '--null' option, but the output is a bit different. Here is a patch to handle it, although it's not complete: it doesn't take the value of grep-use-null-filename-separator into account. Perhaps we should instead disable this option by default; when I introduced it, I didn't think about the fact that grep.el is used for not-quite-grep programs as well.