]> git.ipfire.org Git - thirdparty/git.git/commitdiff
merge-ort.c: comment style fix
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Jan 2024 20:28:38 +0000 (12:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jan 2024 22:08:52 +0000 (14:08 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-ort.c

index 6491070d965835f9202b68fbdae72cb6cd6c987f..6fd9d064206ae0d56ed74665363919b29f11c545 100644 (file)
@@ -2644,7 +2644,7 @@ static void apply_directory_rename_modifications(struct merge_options *opt,
                        oidcpy(&ci->stages[i].oid, null_oid());
                }
 
-               // Now we want to focus on new_ci, so reassign ci to it
+               /* Now we want to focus on new_ci, so reassign ci to it. */
                ci = new_ci;
        }