]> arthur.barton.de Git - bup.git/commit
hashsplit.py: create blob objects by hand, not with 'git hash-object'
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 00:50:14 +0000 (19:50 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 00:50:14 +0000 (19:50 -0500)
commit05481d07cceeee8206ea152c5daa6c445428f8a6
treedd00c2014a3bdb9e5b7c1888503b787a1fdb03a7
parent523df95d6fb025875a62923a058ba7d381ae7506
hashsplit.py: create blob objects by hand, not with 'git hash-object'

Much quicker this way, since we never need to fork anything.
hashsplit.py