]> arthur.barton.de Git - bup.git/history - lib/bup/git.py
Merge branch 'maint'
[bup.git] / lib / bup / git.py
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/