summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-21 02:20:19 -0400
committerJoey Hess <joey@kitenet.net>2013-11-21 02:20:19 -0400
commite38c59dfde89f15c61b4073dcd19b53dfe440e74 (patch)
tree1f6d32f1b125f4c21232eb8c63748572f59c4c7a /debian/changelog
parent897f030f68ff847c03494fbdd4104d1f8dfad9fe (diff)
downloadgit-repair-e38c59dfde89f15c61b4073dcd19b53dfe440e74.tar.gz
combine test program into git-repair
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3d2b6bf..8fbb6ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
git-repair (1.20131119) UNRELEASED; urgency=low
- * Added test-runner, which can be used to randomly corrupt test
+ * Added test mode, which can be used to randomly corrupt test
repositories, in reproducible ways, which allows easy
corruption-driven-development.
* Improve repair code in the case where the index file is corrupt,
@@ -10,7 +10,7 @@ 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 10000 --force)
+ * Can now run 1000 tests (git-repair --test -n 10000 --force)
with 0 failures.
-- Joey Hess <joeyh@debian.org> Tue, 19 Nov 2013 17:16:56 -0400