summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-20 16:07:53 -0400
committerJoey Hess <joey@kitenet.net>2013-11-20 16:07:53 -0400
commitea8b6cdf35d2993a06d2ad546c8347bbab4410a0 (patch)
tree6bdea383057b9e00b69b04dab96c91868990e05e /debian
parentd5e0cb2d1e58cf67d33b33cdeb0b9de443164255 (diff)
downloadgit-repair-ea8b6cdf35d2993a06d2ad546c8347bbab4410a0.tar.gz
remove fsck tryharder code
It turned out to be broken, and led to failures. 6d67245728bbbc07ad1eeaf5b3c49f64c6bbcd11 was a better fix for the problem that code tried to fix.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cdba88a..9238510 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ git-repair (1.20131119) UNRELEASED; urgency=low
* Improve fsck code to find badly corrupted objects that crash git fsck
before it can complain about them.
* Fixed crashes on bad file encodings.
+ * Can now run 1000 tests (./test-runner . --stop-on-failure -n 1000 --force)
+ with 0 failures.
-- Joey Hess <joeyh@debian.org> Tue, 19 Nov 2013 17:16:56 -0400