]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mt/grep-cquote-path'
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 22:50:09 +0000 (15:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2020 22:50:09 +0000 (15:50 -0700)
"git grep" did not quote a path with unusual character like other
commands (like "git diff", "git status") do, but did quote when run
from a subdirectory, both of which has been corrected.

* mt/grep-cquote-path:
  grep: follow conventions for printing paths w/ unusual chars

1  2 
Documentation/git-grep.txt

Simple merge