summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Riesen <raa.lkml@gmail.com>2009-05-10 16:13:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-05-10 16:32:29 (GMT)
commit713697b34f1a1f716df97e331fd82782338c2083 (patch)
tree7f6cbb552be117aa6ff0b59041ac8bce84b8ffda
parent2c5b0115038ab283b346fbb8059b93973ff4c8f2 (diff)
downloadgit-713697b34f1a1f716df97e331fd82782338c2083.zip
git-713697b34f1a1f716df97e331fd82782338c2083.tar.gz
git-713697b34f1a1f716df97e331fd82782338c2083.tar.bz2
ls-tree manpage: use "unless" instead of "when ... is not"
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>
-rw-r--r--Documentation/git-ls-tree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ls-tree.txt b/Documentation/git-ls-tree.txt
index 4c7262f..69c7dee 100644
--- 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