1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-05 21:06:11 +02:00

merge-ort.c: comment style fix

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2024-01-29 12:28:38 -08:00
parent 777f783841
commit 9d2cdd8ae8

View 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;
}