From: Alex Riesen Date: Sun, 10 May 2009 16:13:45 +0000 (+0200) Subject: ls-tree manpage: use "unless" instead of "when ... is not" X-Git-Tag: v1.6.3.2~5^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=713697b34f1a1f716df97e331fd82782338c2083;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-ls-tree.txt b/Documentation/git-ls-tree.txt index 4c7262f1c..69c7dee1b 100644 --- a/Documentation/git-ls-tree.txt +++ b/Documentation/git-ls-tree.txt @@ -76,7 +76,7 @@ Output Format ------------- SP SP TAB -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