Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Riesen <raa.lkml@gmail.com>2009-05-10 20:14:49 +0400
committerJunio C Hamano <gitster@pobox.com>2009-05-10 20:32:30 +0400
commitc98a95eea825ffe66ed690064c80733656506c66 (patch)
tree1564d893586c16befb0d9bc1e3fbf3f4aef4e526 /Documentation/git-ls-tree.txt
parent713697b34f1a1f716df97e331fd82782338c2083 (diff)
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.txt2
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