]> git.michaelhowe.org Git - packages/b/bup.git/commit
git.py: support the old git pack .idx version 1 format.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 13:46:16 +0000 (06:46 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 13:46:46 +0000 (06:46 -0700)
commit4de60c883ad65215fd64313e76a0c7751a4ce900
tree0aab9a9f8ba5eeade00d3da20d27509ecc3d88d0
parentdd43215ac9e6054344d2cf9736070342bfc8ba11
git.py: support the old git pack .idx version 1 format.

It's produced by git-fast-import, and I happen to want to read some of
those.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/server-cmd.py
lib/bup/git.py
lib/bup/t/tgit.py