]> arthur.barton.de Git - bup.git/commit - t/test.sh
Merge branch 'master' into meta
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 28 Feb 2011 09:33:09 +0000 (01:33 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 28 Feb 2011 09:33:09 +0000 (01:33 -0800)
commit2a191b01e6082564f188d1517241d19e4a6c5c7b
treed74df684f694abb6155c03ed158e40e4f4310ada
parentc3254df2b4e05f1ed399dc117a9a4eed3984dd67
parentf3e3307ebee6b88b118a447b0f999232eb948696
Merge branch 'master' into meta

* master:
  midx/bloom: use progress() and debug1() for non-critical messages
  helpers: separately determine if stdout and stderr are ttys.
  cmd/newliner: restrict progress lines to the screen width.
  hashsplit: use shorter offset-filenames inside trees.
  Replace 040000 and 0100644 constants with GIT_MODE_{TREE,FILE}
  git.py: rename treeparse to tree_decode() and add tree_encode().
  hashsplit.py: remove PackWriter-specific knowledge.
  cmd/split: fixup progress message, and print -b output incrementally.
  hashsplit.py: convert from 'bits' to 'level' earlier in the sequence.
  hashsplit.py: okay, *really* fix BLOB_MAX.
  hashsplit.py: simplify code and fix BLOB_MAX handling.
  options.py: o.fatal(): print error after, not before, usage message.
  options.py: make --usage just print the usage message.

Conflicts:
lib/bup/_helpers.c
lib/bup/_helpers.c
lib/bup/helpers.py
lib/bup/index.py