Code

gitdiffcore(7): fix awkward wording
authorJonathan Nieder <jrnieder@uchicago.edu>
Thu, 3 Jul 2008 05:30:25 +0000 (00:30 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Jul 2008 18:24:39 +0000 (11:24 -0700)
The phrase "diff outputs" sounds awkward to my ear (I think
"output" is meant to be used as a substantive noun.)

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitdiffcore.txt

index 0b7daeda2dd02e20f52e6bca42b0fe76c60b1c16..1171b5c604c4fd42e8a491d8df44e7f94c53ea4e 100644 (file)
@@ -16,8 +16,8 @@ The diff commands `git-diff-index`, `git-diff-files`, and `git-diff-tree`
 can be told to manipulate differences they find in
 unconventional ways before showing `diff` output.  The manipulation
 is collectively called "diffcore transformation".  This short note
-describes what they are and how to use them to produce diff outputs
-that are easier to understand than the conventional kind.
+describes what they are and how to use them to produce diff output
+that is easier to understand than the conventional kind.
 
 
 The chain of operation