]> arthur.barton.de Git - bup.git/history - git.py
Reduce default max objects per pack to 200,000 to save memory.
[bup.git] / git.py
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...