fix chunk create return values #67
Loading…
Reference in New Issue
No description provided.
Delete Branch "chunk-create-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
libgit2 docs look incorrect:
http://libgit2.github.com/libgit2/#HEAD/group/blob/git_blob_create_fromchunks
"When there is no more data to stream, callback should return
Testing and a look at blob.c seems to confirm result should be 0 when there is no more data, -1 if error, and otherwise length of data copied to buffer.