Commit 3d1c9f612d78c6c235a3f38af226300fb6dd7dd6

Russell Belfer 2013-05-09T06:45:06

Fix git_repository_message docs This clarifies the docs for git_repository_message and also adds to the tests to explicitly check NUL termination of data when the output buffer is smaller than the message size. There is a minor behavior change so that a non-NULL output buffer will always be NUL terminated (at length zero) if an error occurs.