update git2go to support latest libgit2 development commit (id: 66af84) #53

Merged
anulman merged 1 commits from catchupTo66af84 into master 2014-02-23 08:33:33 -06:00
anulman commented 2014-01-29 17:15:35 -06:00 (Migrated from github.com)

Libgit2's development branch introduced breaking changes to git2go. This commit unbreaks the changes.

Additionally, ran go fmt on affected files.

Libgit2's development branch introduced breaking changes to git2go. This commit unbreaks the changes. Additionally, ran `go fmt` on affected files.
justinruggles commented 2014-02-07 16:25:52 -06:00 (Migrated from github.com)

It looks like something else in the development branch since 66af84 broke git2go again

It looks like something else in the development branch since 66af84 broke git2go again
carlosmn commented 2014-02-23 08:45:50 -06:00 (Migrated from github.com)

Thanks, I had to fix the git_buf usage though. It's a struct which you need to pass to libgit2, you can't simply malloc it.

Thanks, I had to fix the `git_buf` usage though. It's a struct which you need to pass to libgit2, you can't simply malloc it.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#53
No description provided.