libgit2/include
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
..
git2 Make git_message_prettify return bytes written 2012-08-14 10:50:58 -07:00
git2.h Add missing includes 2012-07-11 14:37:26 +02:00