diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-30 12:48:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-30 12:48:40 -0400 |
commit | 9463c439fa8f8dbc1cebae518263ab0e5604547c (patch) | |
tree | 9cad91cb220df2a9eea3d5de4f2b063b58dbc0a6 /debian | |
parent | 1f7eb73c4cb97ea251c29e0680e1eb63b9c02ba0 (diff) |
fix direct mode switch permissions problem
Similar to how a similar problem with indirect was earlier fixed.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 60bb23186..79815bef6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,7 +13,7 @@ git-annex (4.20130921) UNRELEASED; urgency=low * assistant: Clear the list of failed transfers when doing a full transfer scan. This prevents repeated retries to download files that are not available, or are not referenced by the current git tree. - * indirect: Better behavior when a file in direct mode is not owned by + * indirect, direct: Better behavior when a file is not owned by the user running the conversion. * add, import, assistant: Better preserve the mtime of symlinks, when when adding content that gets deduplicated. |