]> arthur.barton.de Git - bup.git/history - lib/bup/git.py
Make PackWriter a "with" context manager
[bup.git] / lib / bup / git.py
2011-02-17 Avery Pennaruncmd/{bloom,midx}: clean up progress messages.
2011-02-17 Avery Pennaruncmd/bloom: by default generate bloom filters in *all...
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-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-08 Brandon Lowmidx4: Fix name offsets when generated from idx
2011-02-08 Avery PennarunFix a couple of python 2.4 incompatibilities.
2011-02-08 Brandon LowRemove incorrect comment
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 Avery PennarunShaBloom.init(): initialize members before the assert().
2011-02-07 Brandon Lowmidx: Write midx4 in C rather than python
2011-02-07 Brandon Lowmidx4: midx2 with idx backreferences
2011-02-07 Brandon LowShaBloom: Add k=4 support for large repositories
2011-02-07 Brandon LowShaBloom prefilter to detect nonexistant objects
2011-01-26 Brandon LowCombine and speed up idx->midx and bupindex merge
2011-01-26 Avery PennarunHandle $BUP_MAIN_EXE more carefully.
2011-01-26 Avery Pennarunauto_midx(): report args when failing to call a subprocess.
2011-01-18 Brandon Lowsave: handle backup write errors properly
2011-01-18 Gabriel Filiongit.py: error when repo's parent dir absent
2011-01-10 Brandon LowDumb server doesn't need objcache
2011-01-08 Avery PennarunMerge branch 'next' into 'master'
2011-01-06 Avery PennarunMerge branch 'bl/dumbserver' into next
2011-01-06 Brandon LowDon't generate midx files in dumb server mode
2011-01-06 Carsten Bormanngit.CatPipe: set a buffer size on the subprocess to...
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Gabriel Filiontag-cmd: Some fixups
2011-01-03 Brandon LowWrite idxs directly rather than using git-index-pack.
2011-01-03 Brandon LowUse chunkyreader() instead of manually reading multiple...
2010-12-23 Avery PennarunSkip over invalid .idx files if we find any.
2010-12-22 Avery Pennaruncmd/server: find .idx filenames more efficiently when...
2010-12-01 Avery Pennarunmidx: auto-remove midx files that refer to missing...
2010-12-01 Gabriel Filionadd a tag command
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-09-22 Avery Pennarungit.py: more careful handling of .idx version codes.
2010-09-22 Avery Pennaruncmd/split: add a --git-ids option.
2010-09-22 Avery PennarunMerge branch 'maint'
2010-09-08 Zoran ZaricAdds a date option to save, split and bup.git.PackWrite...
2010-09-07 Avery PennarunIntroduce BUP_DEBUG, --debug, and tone down the log... bup-0.18
2010-09-07 Avery Pennarunclient.py,git.py: run 'bup midx -a' automatically somet...
2010-09-06 Avery Pennaruncmd/midx: --auto mode can combine existing midx files...
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-02 Avery PennarunMerge branch 'maint'
2010-09-02 Avery PennarunMerge branch 'guesser'
2010-09-02 Avery Pennarungit.py: recover more elegantly if a MIDX file has the...
2010-08-27 Avery Pennarun_helpers.extract_bits(): rewrite git.extract_bits(...
2010-08-27 Avery Pennarun_helpers.firstword(): a new function to extract the...
2010-08-27 Avery Pennarungit.py: when seeking inside a midx, use statistical...
2010-08-27 Avery Pennarungit.py: keep statistics on how much sha1 searching...
2010-08-26 Avery Pennaruncmd/margin: add a new --predict option.
2010-08-22 Gabriel Filionimport cleanup
2010-08-11 Gabriel Filionlib/bup/vfs: Add docstrings
2010-07-15 Avery Pennarungit.py: use close_fds=True when starting git cat-file.
2010-06-27 Gabriel FilionInline git.cat() inside server-cmd.py
2010-06-27 Gabriel FilionRemove trailing spaces from git.py
2010-06-08 Gabriel FilionDocstrings for the git.py library
2010-05-11 Joe BedaStop using '%s' formatter in strftime.
2010-04-23 Avery Pennarungit.CatPipe: more resilience against weird errors.
2010-04-23 Avery Pennaruncmd/save: when a file is chunked, mangle its name from...
2010-04-01 Avery PennarunMerge branch 'master' of /tmp/bup
2010-04-01 Avery PennarunGet rid of a sha-related DeprecationWarning in python...
2010-03-14 Avery PennarunPackIdxList.refresh(): remember to exclude old midx... bup-0.12b
2010-03-13 Avery Pennarungit.PackWriter: avoid pack corruption if interrupted...
2010-03-01 Avery PennarunRename PackIndex->PackIdx and MultiPackIndex->PackIdxList. bup-0.12
2010-02-28 Avery Pennarunvfs: supply ctime/mtime for the root of each commit.
2010-02-28 Avery PennarunMove python library files to lib/bup/