gitdiffcore doc: update pickaxe description
The old text described the original design (one side does not have it at all while the other side has it); this was later amended to check if the number of occurrences changed, which is what we currently do with -S. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@ -227,9 +227,9 @@ changes that touch a specified string, and is controlled by the
|
|||||||
commands.
|
commands.
|
||||||
|
|
||||||
When diffcore-pickaxe is in use, it checks if there are
|
When diffcore-pickaxe is in use, it checks if there are
|
||||||
filepairs whose "result" side has the specified string and
|
filepairs whose "result" side and whose "origin" side have
|
||||||
whose "origin" side does not. Such a filepair represents "the
|
different number of specified string. Such a filepair represents
|
||||||
string appeared in this changeset". It also checks for the
|
"the string appeared in this changeset". It also checks for the
|
||||||
opposite case that loses the specified string.
|
opposite case that loses the specified string.
|
||||||
|
|
||||||
When `\--pickaxe-all` is not in effect, diffcore-pickaxe leaves
|
When `\--pickaxe-all` is not in effect, diffcore-pickaxe leaves
|
||||||
|
Reference in New Issue
Block a user