summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-19 17:18:21 -0400
committerJoey Hess <joey@kitenet.net>2013-11-19 17:18:21 -0400
commit3a636bd6d39f2e1fe6b42d1d0a1c925aa56641c7 (patch)
tree597e9addf700b0fae5dd8c94934125fa31e147b6
parent0113e018aeb2f425e5e26bcde275d170f15ff03b (diff)
downloadgit-repair-3a636bd6d39f2e1fe6b42d1d0a1c925aa56641c7.tar.gz
changelog
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a2ffcb..8fda54a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+git-repair (1.20131119) UNRELEASED; urgency=low
+
+ * Added test-runner, 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,
+ and this hides other problems.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 19 Nov 2013 17:16:56 -0400
+
git-repair (1.20131118) unstable; urgency=low
* First release