index
:
go.wit.com/lib/libgit2.git
devel
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
patch.go
Age
Commit message (
Expand
)
Author
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2020-12-10
More callback refactoring (#713)
lhchavez
2020-12-05
Refactor all callbacks (#700)
lhchavez
2020-06-21
Fix a potential use-after-free in DiffNotifyCallback (#579)
lhchavez
2018-08-08
Remove uses of deprecated git_buf_free
Carlos Martín Nieto
2017-09-29
patch: adjust to new function signature
Carlos Martín Nieto
2017-09-03
Go back to the v0.26 libgit2 release
Carlos Martín Nieto
2017-09-03
patch: correct a pointer type
Carlos Martín Nieto
2017-07-08
Third round of keep-alive aditions
Carlos Martín Nieto
2017-03-23
Fix memory leak in Patch.String()
Adam Berkovec
2014-12-11
Add missing thread-locking
Carlos Martín Nieto
2014-12-06
Export PatchFromBuffers function.
Jose Alvarez
2014-12-06
Add missing thread locking
Carlos Martín Nieto
2014-03-21
don't expose 3 different diff foreach methods. use structures instead of poin...
Jesse Ezell
2014-03-20
set ptr to nil after free
Jesse Ezell
2014-03-20
refactor and cleanup code
Jesse Ezell
2014-03-20
cleanup and refactor diff / patch
Jesse Ezell
2014-02-20
Add partial diff/patch functionality.
lye