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.3.2~5^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c98a95eea825ffe66ed690064c80733656506c66;p=git.git 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 --- diff --git a/Documentation/git-ls-tree.txt b/Documentation/git-ls-tree.txt index 69c7dee1b..3f87d7266 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