]> arthur.barton.de Git - bup.git/commit
gc: restart catpipe after each new pack
authorRob Browning <rlb@defaultvalue.org>
Sat, 10 Dec 2016 17:57:05 +0000 (11:57 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 17 Dec 2016 17:03:31 +0000 (11:03 -0600)
commitd418807c4cb329f5956553eece28b5f54a33f707
treee25cce0f2e644657c8bfd5f70ad40c44e95612df
parent8815d8ac4c4b6b9b4df94790b81ff95db030f1d1
gc: restart catpipe after each new pack

Without this, the space taken by the stale packfiles that gc removes
won't be available to the filesystem until the entire gc run ends (or
the catpipe is otherwise reset).

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/gc.py
lib/bup/git.py