]> arthur.barton.de Git - bup.git/commit
Add a '-t' option to 'bup split' and make 'bup join' support it.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 23:18:35 +0000 (18:18 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 23:18:35 +0000 (18:18 -0500)
commitf0381c23767808550aaa5b8d460cf9043cd8fe53
treee024358a6ea8c3a001c3380d134bd41ac57cf037
parentc627ca597d62cb6c55f954d4eac2ccf23c3392c0
Add a '-t' option to 'bup split' and make 'bup join' support it.

This lets you generate a git "tree" object with the list of hashes in a
particular file, so you can treat the file as a directory as far as git is
concerned.  And 'bup join' knows how to take a tree and concatenate it
together to reverse the operation.

Also refactored a bunch of stuff in cmd-split.py.
.gitignore
cmd-join.sh
cmd-split.py
git.py [new file with mode: 0644]
helpers.py [new file with mode: 0644]