]> arthur.barton.de Git - bup.git/commit
Merge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot' and 'bl/selfindex' bup-0.21-rc1
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 3 Jan 2011 04:58:35 +0000 (20:58 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 3 Jan 2011 04:58:35 +0000 (20:58 -0800)
commit2c955a0a4296e7f23a7d2ba01154f6eb46c9962a
tree56828b17b8f1353dac33c8f1c8e2b82113288dc9
parent376d069309a64ef5162ca3aa974072d6d326f90f
parent74d28e77366dba1eefbfa2beeda34bcaa835dc58
parent837e909714b268a9a44d0e4e0e1e3e3c01d08f51
parent2e614df917acd7d66c92e11d8d19fd324abe1cd6
parente0d4038840359291c5e313a94a7e5dacaa8cb7f6
Merge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot' and 'bl/selfindex'

* gf/ls:
  ls-cmd: hide files with a leading dot by default

* gf/tag:
  Refuse branch/tag names that start with a dot
  tag-cmd: Some fixups

* zz/import-rsnapshot:
  Adds a testcase for import-rsnapshot.
  Makes import-rsnapshot use save's -f option.
  Adds -f option to save to use a given indexfile.
  Makefile: handle shell commands (cmd/*-cmd.sh)
  Adds documentation for bup-import-rsnapshot
  Adds import-rsnapshot command.
  Adds documentation for save's strip option.
  Adds testcases for --strip and --strip-path.
  Adds a strip and strip-path option to bup save.

* bl/selfindex:
  Rename receive-objects command to receive-objects-v2.
  Write idxs directly rather than using git-index-pack.
  Send SHAs from the client to reduce server load
  Use chunkyreader() instead of manually reading multiple blocks.
cmd/save-cmd.py
lib/bup/git.py
t/test.sh