On Mon, Jan 22, 2018 at 12:04:28PM +0100, Patryk Obara wrote: > @@ -969,7 +969,7 @@ static int ident_to_worktree(const char *path, const char *src, size_t len, > > /* step 4: substitute */ > strbuf_addstr(buf, "Id: "); > - strbuf_add(buf, sha1_to_hex(sha1), 40); > + strbuf_add(buf, sha1_to_hex(oid.hash), GIT_SHA1_HEXSZ); oid_to_hex()? -- Duy