]> arthur.barton.de Git - bup.git/history - git.py
midx: prune redundant midx files automatically.
[bup.git] / git.py
2010-02-10 Avery Pennarunmidx: prune redundant midx files automatically.
2010-02-09 Avery PennarunFix some list comprehensions that I thought were genera...
2010-02-06 Avery PennarunWrote man pages for bup(1) and all the subcommands.
2010-02-06 Avery PennarunMerge remote branch 'origin/master'
2010-02-06 Avery Pennaruncmd-margin: work correctly in python 2.4 when a midx...
2010-02-05 Avery Pennarunbup-server: revert to non-midx indexes when suggesting...
2010-02-04 Avery PennarunOn python 2.4 on MacOS X, __len__() must return an...
2010-02-04 Avery PennarunMerge branch 'indexrewrite' bup-0.08
2010-02-04 Avery PennarunGreatly improved progress reporting during index/save.
2010-02-02 Avery Pennarunmidx: the fanout table entries can be 4 bytes, not 8.
2010-02-02 Avery PennarunUse a heapq object to accelerate git.idxmerge().
2010-02-02 Avery Pennaruncmd-margin: a command to find out the max bits of overl...
2010-01-31 Avery PennarunUse mkstemp() when creating temporary packfiles.
2010-01-31 Avery Pennarunrewire a try/finally with a yield inside to be compatib...
2010-01-27 Avery Pennaruncmd-ls and cmd-fuse: toys for browsing your available...
2010-01-25 Avery Pennaruncmd-midx: add --auto and --force options.
2010-01-25 Avery PennarunWhen there are multiple overlapping .midx files, discar...
2010-01-25 Avery PennarunMultiPackIndex: use .midx files if they exist.
2010-01-25 Avery Pennaruncmd-midx: a command for merging multiple .idx files...
2010-01-24 Avery Pennaruntoplevel exit() doesn't work in python 2.4.
2010-01-24 Avery PennarunMinor changes to make bup work with git as far back...
2010-01-24 Avery PennarunIn some versions of python, comparing buffers with...
2010-01-24 Avery PennarunWrap mmap calls to help with portability.
2010-01-12 Avery PennarunUse a PackBitmap file as a quicker way to check .idx...
2010-01-12 Avery Pennarunclient-server: only retrieve index files when actually...
2010-01-12 Avery PennarunReduce default max objects per pack to 200,000 to save...
2010-01-10 Lukasz KosewskiMerge branch 'master' of git://github.com/apenwarr/bup
2010-01-10 Avery PennarunOops, 'bup save /' produced an invalid tree. bup-0.04
2010-01-10 Avery PennarunThis adds the long-awaited indexfile feature, so you...
2010-01-10 Avery Pennaruncmd-save: completely reimplement using the indexfile.
2010-01-10 Avery PennarunStart using wvtest.sh for shell-based tests in test-sh.
2010-01-06 Michael WolfMerge remote branch 'remotes/apenwarr-master/master'
2010-01-06 Avery PennarunSplit packs around 100M objects or 1G bytes.
2010-01-06 Avery PennarunFix compatibility with git 1.5.4.3 (Ubuntu Hardy).
2010-01-06 Avery PennarunOlder git needs 'git --bare init' instead of 'git init...
2010-01-04 Avery PennarunForce generated pack indexes to be version 2.
2010-01-04 Avery PennarunRewrite bup-join in python and add remote server support.
2010-01-04 Avery PennarunWe can now update refs when we do a backup.
2010-01-03 Avery PennarunRefactored client stuff into client.py; now cmd-save...
2010-01-03 Avery PennarunFix some problems running on older Debian.
2010-01-03 Avery PennarunSupport incremental backups to a remote server.
2010-01-03 Avery PennarunExtremely basic 'bup server' support.
2010-01-03 Avery Pennarunbup save: handle symlinks correctly.
2010-01-03 Avery PennarunAdd 'bup init' command.
2010-01-03 Avery PennarunMoved some git.* globals into PackWriter; use BUP_DIR...
2010-01-03 Avery PennarunBetter behaviour with --verbose.
2010-01-03 Avery PennarunUse binary sha1 instead of hex sha1 whenever possible.
2010-01-03 Avery Pennarungit.PackIndex: a class for quickly searching a git...
2010-01-02 Avery PennarunWrite git pack files instead of loose object files.
2010-01-02 Avery Pennarun'bup split': speed optimization for never-ending blocks.
2010-01-02 Avery Pennarun'bup save' now generates a hierarchical set of git...
2009-12-31 Avery Pennarun'bup split' can now update a git ref if you give it...
2009-12-31 Avery Pennarun'bup split' now has a -c option to generate a git commi...
2009-12-30 Avery PennarunAdd a '-t' option to 'bup split' and make 'bup join...