]> git.michaelhowe.org Git - packages/b/bup.git/commit
bup index --check: detect broken index entries.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 28 Feb 2010 20:52:04 +0000 (15:52 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 28 Feb 2010 22:49:10 +0000 (17:49 -0500)
commit76c38a42144d0a7883765ae53c58b118de1e3296
treef6f26f80d674017abd264a69dd3369882a201e75
parent550ee55b5973861b80ebda242e13eb373d0e1ac6
bup index --check: detect broken index entries.

Entries with invalid gitmode or sha1 are actually invalid, so if
IX_HASHVALID is set, that's a bug.  Detect it right away when it happens.

Also clean up a bit of log output related to checking and status.
cmd-index.py
index.py