Work around missing hard links on FAT formatted media
[git.git] / Documentation / git-ls-tree.txt
index 958b56d..ba0438e 100644 (file)
@@ -1,6 +1,5 @@
 git-ls-tree(1)
 ==============
 git-ls-tree(1)
 ==============
-v0.1, May 2005
 
 NAME
 ----
 
 NAME
 ----
@@ -19,7 +18,7 @@ in the current working directory.
 OPTIONS
 -------
 <tree-ish>::
 OPTIONS
 -------
 <tree-ish>::
-       Id of a tree.
+       Id of a tree-ish.
 
 -d::
        show only the named tree entry itself, not its children
 
 -d::
        show only the named tree entry itself, not its children
@@ -31,7 +30,7 @@ OPTIONS
        \0 line termination on output
 
 paths::
        \0 line termination on output
 
 paths::
-       When paths are given, shows them.  Otherwise implicitly
+       When paths are given, show them.  Otherwise implicitly
        uses the root level of the tree as the sole path argument.
 
 
        uses the root level of the tree as the sole path argument.
 
 
@@ -39,6 +38,10 @@ Output Format
 -------------
         <mode> SP <type> SP <object> TAB <file>
 
 -------------
         <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
 ------
 
 Author
 ------
@@ -51,5 +54,5 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
 
 GIT
 ---
 
 GIT
 ---
-Part of the link:git.html[git] suite
+Part of the gitlink:git[7] suite