diff options
author | Alex Riesen <raa.lkml@gmail.com> | 2009-05-10 18:14:49 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-10 09:32:30 -0700 |
commit | c98a95eea825ffe66ed690064c80733656506c66 (patch) | |
tree | 1564d893586c16befb0d9bc1e3fbf3f4aef4e526 /Documentation/git-ls-tree.txt | |
parent | 713697b34f1a1f716df97e331fd82782338c2083 (diff) | |
download | git-c98a95eea825ffe66ed690064c80733656506c66.tar.gz |
ls-tree manpage: output of ls-tree is compatible with update-index
Such format relationships are very useful things to remember for
script writers.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-ls-tree.txt')
-rw-r--r-- | Documentation/git-ls-tree.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-ls-tree.txt b/Documentation/git-ls-tree.txt index 69c7dee1b9..3f87d7266b 100644 --- a/Documentation/git-ls-tree.txt +++ b/Documentation/git-ls-tree.txt @@ -78,6 +78,8 @@ Output Format 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 |