Skip to content

Commit 58066be

Browse files
committed
Merge branch 'maint-1.6.0' into maint-1.6.1
* 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"
2 parents f29d669 + c98a95e commit 58066be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/git-ls-tree.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ Output Format
8282
-------------
8383
<mode> SP <type> SP <object> TAB <file>
8484

85-
When the `-z` option is not used, TAB, LF, and backslash characters
85+
Unless the `-z` option is used, TAB, LF, and backslash characters
8686
in pathnames are represented as `\t`, `\n`, and `\\`, respectively.
87+
This output format is compatible with what '--index-info --stdin' of
88+
'git update-index' expects.
8789

8890
When the `-l` option is used, format changes to
8991

0 commit comments

Comments
 (0)