]> git.ipfire.org Git - thirdparty/git.git/commitdiff
merge-ort: remove extraneous word in comment
authorElijah Newren <newren@gmail.com>
Sun, 16 Mar 2025 06:58:59 +0000 (06:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Mar 2025 22:39:04 +0000 (15:39 -0700)
"is was" -> "was"

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-ort.c

index a12aa213b06c0f4c154da8b529c7794918950f51..9efc2285a94972fe6ca146713c4e1e9a1cce94bc 100644 (file)
@@ -3423,9 +3423,9 @@ static int collect_renames(struct merge_options *opt,
 
                /*
                 * p->score comes back from diffcore_rename_extended() with
-                * the similarity of the renamed file.  The similarity is
-                * was used to determine that the two files were related
-                * 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
                 * that we have no use for the similarity.  So p->score is
                 * now irrelevant.  However, process_renames() will need to
                 * know which side of the merge this rename was associated