diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-17 15:44:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-17 15:44:42 -0400 |
commit | 25a87b4bcd8dc775694f909819e74a959e6a2451 (patch) | |
tree | ecddf466da57f318fd1316a3642922a7a7987118 /debian | |
parent | 4ecf97060824849cd8c20aad10b05eda31824188 (diff) |
map: Fix crash when one of the remotes of a repo is a local directory that does not exist, or is not a git repo.
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 d4224d5a3..3cb751eec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,8 @@ git-annex (5.20140307) UNRELEASED; urgency=medium * groupwanted can be used in preferred content expressions. * metadata: Add --get * metadata: Support --key option (and some other ones like --all) + * map: Fix crash when one of the remotes of a repo is a local directory + that does not exist, or is not a git repo. -- Joey Hess <joeyh@debian.org> Thu, 06 Mar 2014 16:17:01 -0400 |