]> arthur.barton.de Git - bup.git/commit
cmd/split: add a --git-ids option.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 13:02:32 +0000 (06:02 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 13:02:32 +0000 (06:02 -0700)
commit5570b95f0519dfa7c2ce78413131d4433738cc8f
tree1766672d9215724d2092875872f5c248ad6dda1e
parentb26f361cd6210d746e9764140630c87dc23f3da5
cmd/split: add a --git-ids option.

This lets you provide a list of git object ids on stdin instead of the raw
content.  bup-split then uses a CatPipe to retrieve the objects from git and
hashsplit them.  You could use this as a helper for converting a git repo
that contains a bunch of large files into one that uses bup-style hashsplit
files.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Documentation/bup-split.md
cmd/split-cmd.py
lib/bup/git.py
lib/bup/hashsplit.py
t/test.sh