X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgitdiffcore.txt;h=6af29a4603de57e0040c4bcd819b831dd6649f92;hb=8c0db6fd51cec5fd82cf4054818c0a1ca4a58f37;hp=5d91a7e5b3a40cbf41f03a81799c162775c36607;hpb=12644fa99fd16c33379c885670be0963cec07fc1;p=git.git diff --git a/Documentation/gitdiffcore.txt b/Documentation/gitdiffcore.txt index 5d91a7e5b..6af29a460 100644 --- a/Documentation/gitdiffcore.txt +++ b/Documentation/gitdiffcore.txt @@ -227,9 +227,9 @@ 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 "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 +filepairs whose "result" side and whose "origin" side have +different number of specified string. Such a filepair represents +"the string appeared in this changeset". It also checks for the opposite case that loses the specified string. When `\--pickaxe-all` is not in effect, diffcore-pickaxe leaves