driusan / dgit

A Pure Go Git Implementation
MIT License
112 stars 10 forks source link

Concurrent Delta Resolution #263

Closed driusan closed 4 years ago

driusan commented 4 years ago

This updates index-pack to resolve deltas in files concurrently.

It also fixes the CRC32 in the index generated, which is now byte-for-byte identical to that which comes from the official git client.