Code

git-clone: always keep pack sent from remote.
[git.git] / Documentation / git-ls-tree.txt
index cdc5654a991379890483a325145a74595d42741f..ba0438e9ad444d3647af192f3483f27a73f8e294 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
 ------