diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-03 12:53:42 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-03 12:53:42 -0400 |
commit | 9abbec6d9b9ab1af73e2aa1eec19e4c31b3974cb (patch) | |
tree | 6f129bcb612c7032dcde2443ede00c0555b2cf9b /debian | |
parent | 169057740d3f5affa6a556f0b0b2819e3d45da35 (diff) |
Improve behavior when a just added http remote is not available during uuid probe. Do not mark it as annex-ignore, so it will be tried again later.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 22ff0c5ca..8a84656d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ git-annex (6.20160420) UNRELEASED; urgency=medium * Fix bug that sometimes prevented git-annex smudge --clean from consuming all its input, which resulted in git add bypassing git-annex. * Fix build with directory-1.2.6.2. + * Improve behavior when a just added http remote is not available + during uuid probe. Do not mark it as annex-ignore, so it will be tried + again later. -- Joey Hess <id@joeyh.name> Thu, 28 Apr 2016 13:17:04 -0400 |