From: Alex Riesen Date: Sun, 10 May 2009 16:14:49 +0000 (+0200) Subject: ls-tree manpage: output of ls-tree is compatible with update-index X-Git-Tag: v1.6.4.1~2^2~3^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c98a95eea825ffe66ed690064c80733656506c66?ds=inline;hp=--cc 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 Signed-off-by: Junio C Hamano --- c98a95eea825ffe66ed690064c80733656506c66 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