libgit2/tests-clar/object
Russell Belfer 85a0e28b80 Make git_message_prettify return bytes written
If you want to be absolutely safe with git_message_prettify, you
can now pass a NULL pointer for the buffer and get back the number
of bytes that would be copied into the buffer.

This means that an error is a non-negative return code and a
success will be greater than zero from this function.
2012-08-14 10:50:58 -07:00
..
blob portability: Improve x86/amd64 compatibility 2012-07-24 16:10:12 +02:00
commit Make git_message_prettify return bytes written 2012-08-14 10:50:58 -07:00
raw Boom 2012-05-02 16:57:16 -07:00
tag errors: Rename the generic return codes 2012-05-18 01:26:26 +02:00
tree Add new iteration behavior to git_tree_walk 2012-08-03 17:24:59 -07:00
lookup.c errors: Rename error codes 2012-05-18 01:48:50 +02:00
message.c message: Expose git_message_prettify() 2012-06-19 10:02:22 +02:00
peel.c object: introduce git_object_peel() 2012-07-17 20:32:40 +02:00