libgit2/include
Carlos Martín Nieto 04a36feff1 pack-objects: fill a packbuilder from a walk
Most use-cases for the object packer communicate in terms of commits
which each side has. We already have an object to specify this
relationship between commits, namely git_revwalk.

By knowing which commits we want to pack and which the other side
already has, we can perform similar optimisations to git, by marking
each tree as interesting or uninteresting only once, and not sending
those trees which we know the other side has.
2015-03-11 02:36:11 +01:00
..
git2 pack-objects: fill a packbuilder from a walk 2015-03-11 02:36:11 +01:00
git2.h Make the OpenSSL locking function warnings more severe 2014-12-12 15:46:57 +01:00