summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-18 13:36:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-18 13:36:12 -0400
commit293903ba38209a1e574ab6a929872ac5c31dfaf4 (patch)
tree9c0d49fbb06ee2b656834ddd01c6edd8f3f5f7ec /debian/changelog
parente770543c1010526d98730112d58ed304ab4ea341 (diff)
Fix fsck --from a git remote in a local directory, and from a directory special remote. This was a reversion caused by the relative path changes in 5.20150113.
The directory special remote was not affected in its normal configuration, since annex-directory is an absolute path normally. But it could fail when a relative path was used. The git remote was affected even when an absolute path to it was used in .git/config, since git-annex now converts all such paths to relative.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8bbadfea2..fc7c23d87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ git-annex (5.20150410) UNRELEASED; urgency=medium
(A reversion introduced in version 5.20150113.)
* When a key's size is unknown, still check the annex.diskreserve,
and avoid getting content if the disk is too full.
+ * Fix fsck --from a git remote in a local directory, and from
+ a directory special remote.
+ This was a reversion caused by the relative path changes in 5.20150113.
-- Joey Hess <id@joeyh.name> Thu, 09 Apr 2015 20:59:43 -0400