Update documentation for C-style quoting.
[git.git] / Documentation / git-ls-tree.txt
index cdc5654..ba0438e 100644 (file)
@@ -38,6 +38,10 @@ Output Format
 -------------
         <mode> SP <type> SP <object> TAB <file>
 
+When `-z` option is not used, TAB, LF, and backslash characters
+in pathnames are represented as `\t`, `\n`, and `\\`,
+respectively.
+
 
 Author
 ------