On Sat, Jun 2, 2018 at 6:32 AM, Nguyễn Thái Ngọc Duy <[email protected]> wrote: > if (pathlen > 0xffff) { > - return error("path too long (%d chars, SHA1: %s): %s", > + return error(_("path too long (%d chars, SHA1: %s): %s"), > (int)pathlen, oid_to_hex(oid), path);
Off topic. Brian, do we have a common term to use here (i.e. in user facing messages) instead of "SHA1" after we move away from it? Is it still "object name", or "hash" or some other fancy term? -- Duy

