]> arthur.barton.de Git - bup.git/commit
split: don't require a repo unless we need it
authorRob Browning <rlb@defaultvalue.org>
Sat, 7 Apr 2018 20:04:44 +0000 (15:04 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 7 Jul 2018 17:38:32 +0000 (12:38 -0500)
commit8e07bbfaccde543721505b366f1849697b009022
tree94fb609347526314220fa30d5d5c17c4bf1f3d3b
parent2b27df29f67103f333f52a0888f89f589c5f135f
split: don't require a repo unless we need it

This can be handy if you just want to test split performance, e.g.

  time ./bup split --noop whatever

etc.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/split-cmd.py