]> arthur.barton.de Git - bup.git/commit
Fix updating of bloom with additional files
authorBrandon Low <lostlogic@lostlogicx.com>
Mon, 7 Feb 2011 16:19:04 +0000 (08:19 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 8 Feb 2011 01:27:17 +0000 (17:27 -0800)
commit29d3e263ee12085a4eeb4ff43d99e4860ac295d2
tree2fb71b6882cb7fe30b42945545ac5a929b9ecc09
parent10a376d23981f27f94c63d2fa82d9f4a2b656f99
Fix updating of bloom with additional files

Make bloom add additional .idx files when it's run on a repo with an
existing bloom filter file rather than just regenerating all the time.

Signed-off-by: Brandon Low <lostlogic@lostlogicx.com>
cmd/bloom-cmd.py