Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
ls-tree manpage: use "unless" instead of "when ... is not"
author
Alex Riesen
<raa.lkml@gmail.com>
Sun, 10 May 2009 16:13:45 +0000
(18:13 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 10 May 2009 16:32:29 +0000
(09:32 -0700)
Delayed negation in a statement is harder to spot and keep in mind.
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-ls-tree.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
2c5b011
)
diff --git
a/Documentation/git-ls-tree.txt
b/Documentation/git-ls-tree.txt
index 4c7262f1cd82ca8d9ea6be638d23b18d9bba3738..69c7dee1b9aa73be122c4e1d764ef65a21f3d37e 100644
(file)
--- a/
Documentation/git-ls-tree.txt
+++ b/
Documentation/git-ls-tree.txt
@@
-76,7
+76,7
@@
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.
When the `-l` option is used, format changes to