diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-13 14:07:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-13 14:07:50 -0400 |
commit | 1064adfa388d6879666fbde620ac7b114366f354 (patch) | |
tree | 3f9a98e26126c65d9b607b33a48dd395872c8515 /debian | |
parent | 3f04c7c81a612427d5df7ae0982e72a392428cd1 (diff) |
webapp: When $HOME is a git repository, and has been initialized for use by git-annex, opening the webapp went ahead and ran the assistant there, annexing all files. Since this is almost certianly not desirable, especially when the user is just opening the webapp from a dekstop menu which happens to run it in $HOME, the webapp will now not treat such a $HOME git repository as a git-annex repository.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6a486b4bf..acabb254f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,12 @@ git-annex (6.20160413) UNRELEASED; urgency=medium * smudge: Print a warning when annex.thin is set, as git's smudge interface does not allow honoring that configuration. + * webapp: When $HOME is a git repository, and has been initialized for + use by git-annex, opening the webapp went ahead and ran the assistant + there, annexing all files. Since this is almost certianly not + desirable, especially when the user is just opening the webapp from + a dekstop menu which happens to run it in $HOME, the webapp will now not + treat such a $HOME git repository as a git-annex repository. -- Joey Hess <id@joeyh.name> Wed, 13 Apr 2016 13:30:32 -0400 |