summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* updateJoey Hess2014-01-15
|
* Fix build deps. Closes: #731179Joey Hess2013-12-03
|
* update descsJoey Hess2013-11-22
|
* clean upJoey Hess2013-11-21
|
* improve findMissingJoey Hess2013-11-21
| | | | | | | | | | | | | | | | | | | git cat-file -p cannot be relied on to tell when an object is corrupt. If it fails, the fsck may not find all bad objects -- but as long as fsck exits nonzero, it will return a failing fsckresult, and so recovery will run. In recovery, the objects get unpacked. This allows the improved findMissing to find all corrupt loose objects when fsck is run again as part of the recovery. Removed the repack / prune-packed workaround that I added earlier to find corrupt loose objects that fsck wasn't finding. That was slow, and we want to keep all loose objects, so that findMissing will work. And, it's unncessary, now that findMissing is fixed. Also, fixed some places where unreadable files would crash recovery.
* use optparse-applicativeJoey Hess2013-11-18
|
* debianizationJoey Hess2013-11-18