Skip to content

Commit d07ef71

Browse files
Michael J Grubergitster
authored andcommitted
Documentation/gitdiffcore: fix order in pickaxe description
Reverse the order of "origin" and "result" so that the sentence really describes an addition rather than a removal. Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f3838ce commit d07ef71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/gitdiffcore.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ changes that touch a specified string, and is controlled by the
227227
commands.
228228

229229
When diffcore-pickaxe is in use, it checks if there are
230-
filepairs whose "original" side has the specified string and
231-
whose "result" side does not. Such a filepair represents "the
230+
filepairs whose "result" side has the specified string and
231+
whose "origin" side does not. Such a filepair represents "the
232232
string appeared in this changeset". It also checks for the
233233
opposite case that loses the specified string.
234234

0 commit comments

Comments
 (0)