summaryrefslogtreecommitdiff
path: root/mempack.go
AgeCommit message (Collapse)Author
2020-02-20Uprev libgit2lhchavez
This uprevs libgit2 to the latest and greatest. Notably, * Fixes the interface of `git_mempack_reset`, since it now returns an `int` instead of being `void`. Fixes: #533
2019-01-15Keep odb alive when adding mempackCarlos Martín Nieto
2019-01-08Addressed review feedback and added a testlhchavez
2018-07-07Add support for mempacklhchavez
This allows the creation of git packfiles without needing to write them to the filesystem.