summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-01-15 16:54:53 -0400
committerJoey Hess <joey@kitenet.net>2014-01-15 16:55:09 -0400
commitaef50735fa4aa4cbdb0df89e0d60168486d3ea71 (patch)
treefe33f5d78684e1699ca72a718f7c22e17c10d3ec
parent36c3e8be3aa98296eec964bba5abc96c40f41468 (diff)
downloadgit-repair-aef50735fa4aa4cbdb0df89e0d60168486d3ea71.tar.gz
-rw-r--r--debian/changelog6
-rw-r--r--git-repair.cabal2
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index a272670..f44064c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-git-repair (1.20131214) UNRELEASED; urgency=medium
+git-repair (1.20140115) unstable; urgency=medium
* Support old git versions from before git fsck --no-dangling was
implemented.
- * repair: Fix bug in packed refs file exploding code that caused a .gitrefs
+ * Fix bug in packed refs file exploding code that caused a .gitrefs
directory to be created instead of .git/refs
- -- Joey Hess <joeyh@debian.org> Mon, 13 Jan 2014 18:07:13 -0400
+ -- Joey Hess <joeyh@debian.org> Wed, 15 Jan 2014 16:53:30 -0400
git-repair (1.20131213) unstable; urgency=low
diff --git a/git-repair.cabal b/git-repair.cabal
index eb98193..e11ae92 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -1,5 +1,5 @@
Name: git-repair
-Version: 1.20131213
+Version: 1.20140115
Cabal-Version: >= 1.6
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>