First page Back Continue Last page Overview Text

Notes:


Eliminating blob and tree duplication significantly reduces the total storage size of your project history, but that’s not the only thing you can do to save space.

Source code is just text. Text can be very efficiently compressed using common compression algorithms. If you compress every blob before computing its SHA1 and saving it to disk you can further reduce the total storage size of the project history by a significant amount.