libgit2 / git2go

Git to Go; bindings for libgit2. Like McDonald's but tastier.
MIT License
1.93k stars 316 forks source link

Add `Repository.CreateCommitBuffer` #781

Closed lhchavez closed 3 years ago

lhchavez commented 3 years ago

This commit adds the Go binding for git_commit_create_buffer. This will be used to support the 1.2.0 commit create callback.