Commit 8fe713ccf7bf8c6330fdda7f0c733e7f3ab29d3f

Russell Belfer 2012-12-19T15:06:14

Make git_oid_tostr use out buffer for NULL oid Previously a NULL oid was handled like an empty buffer and returned a status empty string. This makes git_oid_tostr() set the output buffer to the empty string instead.