summaryrefslogtreecommitdiff
path: root/include/git2/pack.h
Commit message (Expand)AuthorAgeFilesLines
* doc: add missing documentation commentsEtienne Samson2019-06-151-0/+10
* indexer: correct missing includesEtienne Samson2019-06-151-0/+1
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-1/+1
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-2/+2
* packbuilder: `size_t` all the thingsEdward Thomson2016-07-241-4/+4
* packbuilder: introduce git_packbuilder_insert_recur()Carlos Martín Nieto2015-03-171-0/+12
* pack-objects: fill a packbuilder from a walkCarlos Martín Nieto2015-03-111-0/+13
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-1/+1
* In-memory packing backendvmg/mempackVicent Marti2014-03-261-0/+11
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-1/+2
* Update files that reference tests-clarBen Straub2013-11-141-1/+1
* Allow callers to set mode on packfile creationEdward Thomson2013-11-071-0/+2
* Add git_packbuilder_hash to query pack filenameEdward Thomson2013-11-071-0/+10
* Support cancellation in push operationJameson Miller2013-10-021-1/+1
* Initial Implementation of progress reports during pushJameson Miller2013-09-301-0/+30
* Clean up some documentationCarlos Martín Nieto2013-07-231-2/+2
* Fixed most documentation header bugsAndreas Linde2013-06-241-1/+1
* packbuilder: also write index in git_packbuilder_writeMichael Schubert2013-05-271-3/+9
* Fix trailing whitespacesnulltoken2013-05-151-3/+3
* Added function to insert commit into packXavier L2013-04-231-0/+12
* Make sure docurium can see git_packbuilder_foreachCarlos Martín Nieto2013-03-051-1/+1
* pack.h: improve docs on how to create a packfileMichael Schubert2013-02-251-1/+27
* update copyrightsEdward Thomson2013-01-081-1/+1
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-8/+12
* packbuilder: add accessors for the number of total and written objectsCarlos Martín Nieto2012-11-011-0/+14
* packbuilder: add git_packbuilder_foreachCarlos Martín Nieto2012-11-011-0/+10
* gsoc-pack-objects WIPMichael Schubert2012-10-091-0/+89