diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-30 14:30:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-30 14:30:43 -0400 |
commit | 15284e1696e9c881a1824ea3be45c65a92369e05 (patch) | |
tree | 223e6a6bcca8115e9792b907909b48645ad90d3d /debian | |
parent | a102f2f1887f2565b3a7908eff8995e6cf04d567 (diff) |
avoid stomping on existing description when enabling a special remote
Happened with eg, gcrypt remotes.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6765dd3dc..d8bc867d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ git-annex (5.20140530) UNRELEASED; urgency=medium * webapp: When adding a new local repository, fix bug that caused its group and preferred content to be set in the current repository, even when not combining. - * webapp: Avoid stomping on existing group and preferred content settings - when enabling or combining with an already existing remote. + * webapp: Avoid stomping on existing description, group and + preferred content settings when enabling or combining with + an already existing remote. -- Joey Hess <joeyh@debian.org> Thu, 29 May 2014 20:10:59 -0400 |