diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-10 19:57:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-10 19:57:26 -0400 |
commit | b6963a83f35c7162286ac14cafeb5cc29f8ea7c6 (patch) | |
tree | 0dfedc7fc504d27aae7dba5079c601d697b69c45 /debian | |
parent | 9a418f32746c551833136726c052ea2d9549538a (diff) |
assistant: Bug fix to avoid annexing the files that git uses to stand in for symlinks on FAT and other filesystem not supporting symlinks.
also, blog for the day..
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 7b213cdde..35a77be7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,9 @@ git-annex (4.20130406) UNRELEASED; urgency=low * webapp: Added animations. * assistant: Stop any transfers the assistant initiated on shutdown. * assistant: Added sequence numbers to XMPP git push packets. (Not yet used.) + * assistant: Bug fix to avoid annexing the files that git uses + to stand in for symlinks on FAT and other filesystem not supporting + symlinks. -- Joey Hess <joeyh@debian.org> Sat, 06 Apr 2013 15:24:15 -0400 |