summaryrefslogtreecommitdiff
path: root/patch.go
AgeCommit message (Expand)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-12-10More callback refactoring (#713)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2020-06-21Fix a potential use-after-free in DiffNotifyCallback (#579)lhchavez
2018-08-08Remove uses of deprecated git_buf_freeCarlos Martín Nieto
2017-09-29patch: adjust to new function signatureCarlos Martín Nieto
2017-09-03Go back to the v0.26 libgit2 releaseCarlos Martín Nieto
2017-09-03patch: correct a pointer typeCarlos Martín Nieto
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2017-03-23Fix memory leak in Patch.String()Adam Berkovec
2014-12-11Add missing thread-lockingCarlos Martín Nieto
2014-12-06Export PatchFromBuffers function.Jose Alvarez
2014-12-06Add missing thread lockingCarlos Martín Nieto
2014-03-21don't expose 3 different diff foreach methods. use structures instead of poin...Jesse Ezell
2014-03-20set ptr to nil after freeJesse Ezell
2014-03-20refactor and cleanup codeJesse Ezell
2014-03-20cleanup and refactor diff / patchJesse Ezell
2014-02-20Add partial diff/patch functionality.lye