]> arthur.barton.de Git - bup.git/history - git.py
Add 'bup init' command.
[bup.git] / git.py
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...