On Thu, May 24, 2018 at 6:25 PM, Derrick Stolee <dsto...@microsoft.com> wrote: > + if (i && oidcmp(&prev_oid, &cur_oid) >= 0) > + graph_report("commit-graph has incorrect OID order: > %s then %s", > + oid_to_hex(&prev_oid), > + oid_to_hex(&cur_oid));
Should these strings be marked for translation with _()? -- Duy