diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 12:33:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 12:33:10 -0400 |
commit | 2963de7dade0a314a5fc626114fe8de364c4ff13 (patch) | |
tree | 4c1d85a771751cd3784a8d38c0d3da2b46a2715c /debian | |
parent | b3eaa4108f0f4e0df8c1642c4c65b6f9ef7f4bce (diff) |
Avoid re-checksumming when migrating from hash to hashE backend. Closes: #774494
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 876753566..f4a5933ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ git-annex (5.20141232) UNRELEASED; urgency=medium * unlock: Don't allow unlocking files that have never been committed to git before, to avoid an intractable problem that prevents the pre-commit hook from telling if such a file is intended to be an annexed file or not. + « Avoid re-checksumming when migrating from hash to hashE backend. + Closes: #774494 -- Joey Hess <id@joeyh.name> Fri, 02 Jan 2015 13:35:13 -0400 |