summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG40
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 50f9332..295b8fc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,43 @@
+git-repair (1.20230814) unstable; urgency=medium
+
+ * Merge from git-annex.
+ * Support building with unix-compat 0.7
+
+ -- Joey Hess <id@joeyh.name> Mon, 14 Aug 2023 12:14:40 -0400
+
+git-repair (1.20220404) unstable; urgency=medium
+
+ * Avoid treating refs that are not commit objects as evidence of
+ repository corruption.
+
+ -- Joey Hess <id@joeyh.name> Wed, 04 May 2022 11:43:15 -0400
+
+git-repair (1.20210629) unstable; urgency=medium
+
+ * Fixed bug that interrupting the program while it was fixing repository
+ corruption would lose objects that were contained in pack files.
+ * Fix reversion in version 1.20200504 that prevented fetching
+ missing objects from remotes.
+
+ -- Joey Hess <id@joeyh.name> Tue, 29 Jun 2021 13:29:10 -0400
+
+git-repair (1.20210111) unstable; urgency=medium
+
+ * Improve output to not give the impression it's stalled running fsck
+ when it's found a problem and is working to repair it.
+ * Merge from git-annex.
+ * Makefile: Support building with cabal 3.0.
+
+ -- Joey Hess <id@joeyh.name> Mon, 11 Jan 2021 22:00:49 -0400
+
+git-repair (1.20200504) unstable; urgency=medium
+
+ * Fix a few documentation typos.
+ * Improve fetching from a remote with an url in host:path format.
+ * Merge from git-annex.
+
+ -- Joey Hess <id@joeyh.name> Mon, 04 May 2020 15:38:53 -0400
+
git-repair (1.20200102) unstable; urgency=medium
* Relicensed AGPL.