]> arthur.barton.de Git - bup.git/commit - t/test.sh
Merge branch 'master' into config
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 15 May 2011 21:06:51 +0000 (17:06 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 15 May 2011 21:06:51 +0000 (17:06 -0400)
commit9fd2cd540967d094a5bb9ab3649b787283e3ad52
tree0eea079603651a1aa9e300ea85aa01efd4cceda7
parentd8cb7b11ba2bc21c52d343f56d83d6fb3b9db7a6
parenta78fed9692af220b8e6fc5f3bce93e2f11f752ed
Merge branch 'master' into config

* master:
  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
  Add is_superuser() helper function
  Makefile: add a PREFIX variable for locations other than /usr.
Makefile