|
359fc2d2
|
2013-01-08T17:07:25
|
|
update copyrights
|
|
f984d97b
|
2012-11-27T15:00:28
|
|
Clarify git_message_prettify comments
|
|
fe55f163
|
2012-11-26T19:56:01
|
|
API updates for message.h
|
|
85a0e28b
|
2012-08-14T10:50:58
|
|
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.
|
|
743a4b3b
|
2012-06-15T22:24:59
|
|
message: Expose git_message_prettify()
git_commit() and git_tag() no longer prettify the
message by default. This has to be taken care of
by the caller.
This has the nice side effect of putting the
caller in position to actually choose to strip
the comments or not.
|