From: Avery Pennarun Date: Thu, 31 Dec 2009 23:35:55 +0000 (-0500) Subject: 'bup split' now outputs any combination of blobs, tree, and commit. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c5cfbe8033a870e8b02a0a94896714034a9a5a4f;p=packages%2Fb%2Fbup.git 'bup split' now outputs any combination of blobs, tree, and commit. maximum flexibility. --- diff --git a/Makefile b/Makefile index 7138e85..ae2924b 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ runtests: all runtests-cmdline: all @echo "Testing \"$@\" in Makefile:" - ./bup split tags1 - ./bup split tags2 + ./bup split -b tags1 + ./bup split -b tags2 diff -u tags1 tags2 || true wc -c testfile1 testfile2 wc -l tags1 tags2 diff --git a/cmd-split.py b/cmd-split.py index 5a2f967..e5eb5c3 100755 --- a/cmd-split.py +++ b/cmd-split.py @@ -77,12 +77,19 @@ def hashsplit_iter(f): optspec = """ bup split [-t]