We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5692a46 commit a18c18bCopy full SHA for a18c18b
1 file changed
merge-ort.c
@@ -3423,9 +3423,9 @@ static int collect_renames(struct merge_options *opt,
3423
3424
/*
3425
* p->score comes back from diffcore_rename_extended() with
3426
- * the similarity of the renamed file. The similarity is
3427
- * was used to determine that the two files were related
3428
- * and are a rename, which we have already used, but beyond
+ * the similarity of the renamed file. The similarity was
+ * used to determine that the two files were related and
+ * are a rename, which we have already used, but beyond
3429
* that we have no use for the similarity. So p->score is
3430
* now irrelevant. However, process_renames() will need to
3431
* know which side of the merge this rename was associated
0 commit comments