Merge functions (in progress) #63

Merged
jezell merged 17 commits from jezell/merge into master 2014-04-26 13:42:18 -05:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8ad5cbc537 - Show all commits

View File

@ -37,4 +37,5 @@ int _go_git_blob_create_fromchunks(git_oid *id,
{
return git_blob_create_fromchunks(id, repo, hintpath, _go_blob_chunk_cb, payload);
}
/* EOF */