libgit2/tests-clar/object/raw
Russell Belfer 8fe713ccf7 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.
2013-01-04 15:47:42 -08:00
..
chars.c
compare.c
convert.c Make git_oid_tostr use out buffer for NULL oid 2013-01-04 15:47:42 -08:00
data.h
fromstr.c
hash.c
short.c
size.c
type2string.c
write.c