]> arthur.barton.de Git - bup.git/history - lib/bup/t/tgit.py
Move bloom-related stuff from git.py to a new bloom.py.
[bup.git] / lib / bup / t / tgit.py
2011-02-17 Avery PennarunMove bloom-related stuff from git.py to a new bloom.py.
2011-02-14 Brandon LowMove .idx file writing to C bup-0.23
2011-02-12 Brandon Lowmidx4: Fix the other side of my previous nasty bug
2011-02-08 Brandon Lowmidx4: Fix name offsets when generated from idx
2011-02-08 Avery PennarunMerge branch 'bloom'
2011-02-08 Avery Pennarunbloom: avoid kernel disk flushes when we dirty a lot...
2011-02-08 Brandon Lowbloom: Use truncate not writing zeros in create
2011-02-07 Brandon LowShaBloom: Add k=4 support for large repositories
2011-02-07 Brandon LowShaBloom prefilter to detect nonexistant objects
2011-01-08 Avery PennarunMerge branch 'next' into 'master'
2011-01-04 Brandon LowImprove test pass condition
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Brandon LowWrite idxs directly rather than using git-index-pack.
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-09-22 Avery Pennarungit.py: support the old git pack .idx version 1 format.
2010-07-14 Avery PennarunMove t/*.py to lib/bup/t/*.py.