summaryrefslogtreecommitdiff
path: root/repository_test.go
AgeCommit message (Collapse)Author
2021-09-04Add `Repository.CreateCommitBuffer` (#781)lhchavez
This commit adds the Go binding for `git_commit_create_buffer`. This will be used to support the 1.2.0 commit create callback.
2021-04-03Git repository item path (#757)Vladimir Buzuev
add wrapper for `git_repository_item_path`
2021-02-03Implement git_repository_set_config (#735)Byoungchan Lee
Closes #732
2019-01-08Add a test and some comments as to the ugly pointer arithmeticlhchavez