summaryrefslogtreecommitdiff
path: root/src/pack-objects.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1034 from carlosmn/packbuilder-foreachVicent Martí2012-11-051-0/+16
|\ | | | | Let the user grab the packfile as it's being written
| * packbuilder: add accessors for the number of total and written objectsCarlos Martín Nieto2012-11-011-0/+10
| |
| * packbuilder: add git_packbuilder_foreachCarlos Martín Nieto2012-11-011-0/+6
| | | | | | | | | | Let the user get each object as a buffer+size pair so they can handle the packfile content as they need to.
* | Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-4/+4
|/
* Incremental improvements to pack-objects logicPhilip Kelley2012-10-171-89/+86
| | | | Incorporate feedback for incr. improvements to pack-objects
* fixup! gsoc-pack-objects WIPMichael Schubert2012-10-091-60/+39
| | | | Use khash instead of git.git's hashing algorithm.
* gsoc-pack-objects WIPMichael Schubert2012-10-091-0/+1339