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
/
packbuilder.go
Age
Commit message (
Expand
)
Author
2021-09-05
Make all non-user-creatable structures non-comparable (#802)
lhchavez
2020-12-05
Refactor all callbacks (#700)
lhchavez
2018-11-15
Add support for Packbuilder.InsertFromWalk()
lhchavez
2017-07-08
Third round of keep-alive aditions
Carlos Martín Nieto
2015-05-22
packbuilder: use HandleList for C function callbacks.
Patrick Steinhardt
2015-03-04
go fmt
Mark Probst
2014-12-11
Remove useless includes
Carlos Martín Nieto
2014-12-06
Add missing thread locking
Carlos Martín Nieto
2014-05-06
Packbuilder: use a callback for ForEach instead of a channel
Carlos Martín Nieto
2014-02-26
Added git error code to the error object.
Jesper Hansen
2013-12-18
Lock the OS thread when acessing errors
Carlos Martín Nieto
2013-11-14
Don't repeat the pkg-config line
Carlos Martín Nieto
2013-11-13
Packbuilder: adjust to changes in dev
Carlos Martín Nieto
2013-06-17
Packbuilder: compilation fixes
Carlos Martín Nieto
2013-06-13
Merge pull request #24 from carlosmn/packbuilder-abort
Vicent Martí
2013-06-07
Add nil for optional parameters for pack_write
Michael Crosby
2013-05-23
Allow aborting the pack writing operation
Carlos Martín Nieto
2013-05-16
Correct some errors from 1da989e
Axel Wagner
2013-05-16
Add Write(w io.Writer) to packbuilder
Axel Wagner
2013-05-16
Add support for git_packbuilder
Axel Wagner