mirror of
https://github.com/git/git.git
synced 2024-11-28 04:23:30 +08:00
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 <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f3838ce16a
commit
d07ef71575
@ -227,8 +227,8 @@ changes that touch a specified string, and is controlled by the
|
||||
commands.
|
||||
|
||||
When diffcore-pickaxe is in use, it checks if there are
|
||||
filepairs whose "original" side has the specified string and
|
||||
whose "result" side does not. Such a filepair represents "the
|
||||
filepairs whose "result" side has the specified string and
|
||||
whose "origin" side does not. Such a filepair represents "the
|
||||
string appeared in this changeset". It also checks for the
|
||||
opposite case that loses the specified string.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user