diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-14 13:07:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-14 13:07:46 -0400 |
commit | 1835f915174e9fdf5aa73372efa80e4330b528f2 (patch) | |
tree | df3921a3a857b18d976512b556de5360be686df2 /debian | |
parent | 648b41ab69475e1973651a35c64b4eadf7a97ec7 (diff) |
fix bug in unlocked file scanner that skipped over executable unlocked files
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 de83ad34d..aa1deb3e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ git-annex (6.20160413) UNRELEASED; urgency=medium treat such a $HOME git repository as a git-annex repository. * webapp: Update url to add gitlab.com ssh key. (Psst GitLab.. cool urls don't change!) + * Fix bug in v6 mode that prevented treating unlocked executable files + as annexed. If you have such files, run git annex init --version=6 + to update the cache after upgrading to this version of git-annex. -- Joey Hess <id@joeyh.name> Wed, 13 Apr 2016 13:30:32 -0400 |