summaryrefslogtreecommitdiffstats
path: root/git-ls-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-05-17 05:39:29 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-05-17 05:39:29 +0000
commitd4f35a9a45b49fcfbea34c7d588fb95f5f2f4873 (patch)
treefb4f0bb613fd77011d13f589ac4f94577414dcca /git-ls-tree.txt
parent8679a79435b18cae8f250ecca308967f0775cd79 (diff)
downloadgit-htmldocs-d4f35a9a45b49fcfbea34c7d588fb95f5f2f4873.tar.gz
Autogenerated HTML docs for v1.6.3.1-26-g671d1
Diffstat (limited to 'git-ls-tree.txt')
-rw-r--r--git-ls-tree.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-ls-tree.txt b/git-ls-tree.txt
index f68e5c5c1..c3fdccb4c 100644
--- a/git-ls-tree.txt
+++ b/git-ls-tree.txt
@@ -82,8 +82,10 @@ Output Format
-------------
<mode> SP <type> SP <object> TAB <file>
-When the `-z` option is not used, TAB, LF, and backslash characters
+Unless the `-z` option is used, TAB, LF, and backslash characters
in pathnames are represented as `\t`, `\n`, and `\\`, respectively.
+This output format is compatible with what '--index-info --stdin' of
+'git update-index' expects.
When the `-l` option is used, format changes to