Code

ls-tree manpage: use "unless" instead of "when ... is not"
authorAlex Riesen <raa.lkml@gmail.com>
Sun, 10 May 2009 16:13:45 +0000 (18:13 +0200)
committerJunio 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

index 4c7262f1cd82ca8d9ea6be638d23b18d9bba3738..69c7dee1b9aa73be122c4e1d764ef65a21f3d37e 100644 (file)
@@ -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