]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-grep.txt
Merge branch 'vs/complete-stash-show-p-fix'
[thirdparty/git.git] / Documentation / git-grep.txt
index cdf8e26b479ef644696c67cd384e9802efd834c8..a7f9bc99eaf18d08fcbcc163da49c50d4c1e44c5 100644 (file)
@@ -206,8 +206,10 @@ providing this option will cause it to die.
 
 -z::
 --null::
-       Output \0 instead of the character that normally follows a
-       file name.
+       Use \0 as the delimiter for pathnames in the output, and print
+       them verbatim. Without this option, pathnames with "unusual"
+       characters are quoted as explained for the configuration
+       variable core.quotePath (see git-config(1)).
 
 -o::
 --only-matching::