Message ID | 750acae4dba009d7a2f2e10b3767fcecf3a4748c.1718766019.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c55c3f20b1eec1bb4b23f51488cc5f3ac224bc64 |
Headers | show |
Series | Fix and improve some error codepaths in merge-ort | expand |
diff --git a/merge-ort.c b/merge-ort.c index d187c966c6a..d0b13463283 100644 --- a/merge-ort.c +++ b/merge-ort.c @@ -553,7 +553,7 @@ enum conflict_and_info_types { * Short description of conflict type, relied upon by external tools. * * We can add more entries, but DO NOT change any of these strings. Also, - * Order MUST match conflict_info_and_types. + * please ensure the order matches what is used in conflict_info_and_types. */ static const char *type_short_descriptions[] = { /*** "Simple" conflicts and informational messages ***/