Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint-1.6.0' into maint-1.6.1
author
Junio C Hamano
<gitster@pobox.com>
Thu, 14 May 2009 04:05:59 +0000
(21:05 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 14 May 2009 04:05:59 +0000
(21:05 -0700)
* maint-1.6.0:
ls-tree manpage: output of ls-tree is compatible with update-index
ls-tree manpage: use "unless" instead of "when ... is not"
Documentation/git-ls-tree.txt
patch
|
blob
|
history
raw
(from parent 1:
f29d669
)
diff --git
a/Documentation/git-ls-tree.txt
b/Documentation/git-ls-tree.txt
index db6ebccd6dc51d9f1463710f29a8f821f13fd412..237073103eb552e3ec061491d9ec7fac082fb664 100644
(file)
--- a/
Documentation/git-ls-tree.txt
+++ b/
Documentation/git-ls-tree.txt
@@
-82,8
+82,10
@@
Output Format
-------------
<mode> SP <type> SP <object> TAB <file>
-
When the `-z` option is not
used, TAB, LF, and backslash characters
+
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