]> arthur.barton.de Git - bup.git/commit - lib/bup/index.py
Merge branch 'master' into meta
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 30 May 2011 00:50:25 +0000 (20:50 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 30 May 2011 00:50:25 +0000 (20:50 -0400)
commit56dd4712e7d66a8623ec7b85753469f9500c6003
tree692818119337ff451e18fb30b1ed4e95817d03ac
parent09cee694e48a8ac05a9a74f5f7d991d57ae7a0e0
parent51bd5832b391f4c128cc42a3a5970733775f1ba7
Merge branch 'master' into meta

* master: (27 commits)
  t/test.sh: 'ls' on NetBSD sets -A by default as root; work around it.
  README: add a list of binary packages
  README: rework the title hierarchy
  Clarify the message when the BUP_DIR doesn't exist.
  Refactor: unify ls/ftp-ls code
  ftp/ls: Adjust documentation
  ls: include hidden files when explicitly requested
  ftp: implement ls -s (show hashes)
  ftp/ls: columnate output attached to a tty, else don't
  ftp: don't output trailing line for 'ls'
  ftp: output a newline on EOF when on a tty
  config: more config stuff to config/ subdir, call it from Makefile.
  cmd/{split,save}: support any compression level using the new -# feature.
  options.py: add support for '-#' style compression options.
  Add documentation for compression levels
  Add test case for compression level
  Add compression level options to bup save and bup split
  Make zlib compression level a parameter for Client
  Make zlib compression level a parameter of git.PackWriter
  Use is_superuser() rather than checking euid directly
  ...

Conflicts:
lib/bup/metadata.py
Makefile
lib/bup/_helpers.c
lib/bup/git.py
lib/bup/metadata.py
t/test-meta.sh