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 | |
parent | ls-tree manpage: use "unless" instead of "when ... is not" (diff) | |
download | tgif-c98a95eea825ffe66ed690064c80733656506c66.tar.xz |
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')
-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 |