Skip to content

Commit 713697b

Browse files
raalkmlgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2c5b011 commit 713697b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-ls-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Output Format
7676
-------------
7777
<mode> SP <type> SP <object> TAB <file>
7878

79-
When the `-z` option is not used, TAB, LF, and backslash characters
79+
Unless the `-z` option is used, TAB, LF, and backslash characters
8080
in pathnames are represented as `\t`, `\n`, and `\\`, respectively.
8181

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

0 commit comments

Comments
 (0)