]> arthur.barton.de Git - bup.git/commit - lib/bup/_helpers.c
midx4: Fix name offsets when generated from idx
authorBrandon Low <lostlogic@lostlogicx.com>
Tue, 8 Feb 2011 18:43:22 +0000 (10:43 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 8 Feb 2011 22:32:41 +0000 (14:32 -0800)
commit970d5bf11bc96cd6974bf7665d67e1174abe3750
treea001e30cb1ea2ba486ac1c6aa0cfbd40c667a1c8
parent18cc301ca3761c98ed6776c5f6807e8fbcf0ac6c
midx4: Fix name offsets when generated from idx

This was a nasty bug, glad it got found before release.  Only effected
the server's ability to suggest .idxs so far, but would have effected
any attempt to have bup retrieve objects directly too.

Signed-off-by: Brandon Low <lostlogic@lostlogicx.com>
lib/bup/_helpers.c
lib/bup/git.py
lib/bup/t/tgit.py