libgit2/tests/pack
Chris Hescock c0e5415566 indexer: name pack files after trailer hash
Upstream git.git has changed the way how packfiles are named.
Previously, they were using a hash of the contained object's OIDs, which
has then been changed to use the hash of the complete packfile instead.
See 1190a1acf (pack-objects: name pack files after trailer hash,
2013-12-05) in the git.git repository for more information on this
change.

This commit changes our logic to match the behavior of core git.
2017-05-19 10:10:54 -04:00
..
indexer.c indexer: name pack files after trailer hash 2017-05-19 10:10:54 -04:00
packbuilder.c indexer: name pack files after trailer hash 2017-05-19 10:10:54 -04:00
sharing.c Share packs across repository instances 2014-06-23 21:50:36 +02:00