Merge branch 'jc/comment-style-fixes'
Rewrite //-comments to /* comments */ in files whose comments prevalently use the latter. * jc/comment-style-fixes: reftable/pq_test: comment style fix merge-ort.c: comment style fix builtin/worktree: comment style fixes
This commit is contained in:
@ -2642,7 +2642,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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user