summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2021-06-29 13:28:25 -0400
committerJoey Hess <joeyh@joeyh.name>2021-06-29 13:28:25 -0400
commit2db8167ddbfa080b44509d4532d7d34887cdc64a (patch)
tree997c359eaac8297ac01374d96c012d64c4913407 /CHANGELOG
parent84db819626232d789864780a52b63a787d49ef52 (diff)
downloadgit-repair-2db8167ddbfa080b44509d4532d7d34887cdc64a.tar.gz
merge from git-annex
Fixes 2 bugs, one a data loss bug. It is possible to get those fixes without merging all the other changes, if a backport is wanted.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b845a6b..af763df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+git-repair (1.20210112) UNRELEASED; 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:15:59 -0400
+
git-repair (1.20210111) unstable; urgency=medium
* Improve output to not give the impression it's stalled running fsck