]> arthur.barton.de Git - bup.git/commit
Write git pack files instead of loose object files.
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 2 Jan 2010 09:16:25 +0000 (04:16 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 2 Jan 2010 09:16:25 +0000 (04:16 -0500)
commit5965d416da3fd138996f22cf234dece23c7bd19c
tree78fcee59468e8676a6c4063afa3d5ec6d819353f
parent5e79e7d4b4d3b9fab1226cb171d181d28a69098d
Write git pack files instead of loose object files.

This causes much, much less disk grinding than creating zillions of files,
plus it's even more disk space efficient.

We could theoretically make it go even faster by generating the .idx file
ourselves, but for now, we just call "git index-pack" to do it.  That
helpfully also confirms that the data was written in a git-compatible way.
cmd-save.py
cmd-split.py
git.py