gitdiffcore(7): fix awkward wording
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>
This commit is contained in:
parent
467c0197fd
commit
877276d4d3
@ -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
|
can be told to manipulate differences they find in
|
||||||
unconventional ways before showing `diff` output. The manipulation
|
unconventional ways before showing `diff` output. The manipulation
|
||||||
is collectively called "diffcore transformation". This short note
|
is collectively called "diffcore transformation". This short note
|
||||||
describes what they are and how to use them to produce diff outputs
|
describes what they are and how to use them to produce diff output
|
||||||
that are easier to understand than the conventional kind.
|
that is easier to understand than the conventional kind.
|
||||||
|
|
||||||
|
|
||||||
The chain of operation
|
The chain of operation
|
||||||
|
Loading…
Reference in New Issue
Block a user