On 6/2/2018 12:38 AM, Duy Nguyen wrote:
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 _()?
I've been asking myself "Is this message helpful to anyone other than a Git developer?" and for this series the only one that is helpful to an end-user is the message about the final hash. If the hash is correct, but these other messages appear, then there is a bug in the code that wrote the file. Otherwise, file corruption is more likely and the correct course of action is to delete and rebuild.

Thanks for being diligent in checking.

Thanks,
-Stolee

Reply via email to