]> arthur.barton.de Git - bup.git/commit
Merge commit '6f02181' bup-0.24
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 26 Feb 2011 09:00:51 +0000 (01:00 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 26 Feb 2011 09:00:58 +0000 (01:00 -0800)
commitf3e3307ebee6b88b118a447b0f999232eb948696
treecc64f5641326d5eb3f96db9b21c95773d3c26cac
parent1baade32f5fed243782d2be9677491d0d3396d19
parent6f02181e8d333b1e7e81ebb56d23923cf7e4227c
Merge commit '6f02181'

* commit '6f02181':
  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.