]> arthur.barton.de Git - bup.git/commit
Fix compatibility with git 1.5.4.3 (Ubuntu Hardy).
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 6 Jan 2010 03:21:18 +0000 (22:21 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 6 Jan 2010 03:21:18 +0000 (22:21 -0500)
commit755be38472711b7d104efd5333eb5a2130dd832c
tree14a2fa2f7a720ea904be89b909c77fbb21cf1fa0
parent222fff0b3f4e8d0d19c75f26e2a0412764ccff37
Fix compatibility with git 1.5.4.3 (Ubuntu Hardy).

Thanks to Andy Chong for reporting the problem.

Basically it comes down to two things that are missing in that version but
exist in git 1.5.6:

  - git init --bare doesn't work, but git --bare init does.
  - git cat-file --batch doesn't exist in that version.

Unfortunately, the latter problem is pretty serious; bup join is really slow
without it.  I guess it might be time to implement an internal version of
cat-file.
git.py
test-sh