merged patch

closes https://github.com/joeyh/git-annex/pull/54
This commit is contained in:
Joey Hess 2016-06-13 21:53:43 -04:00
parent 922371d5df
commit 486c355cc1
Failed to extract signature
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,11 @@
git-annex (6.20160614) UNRELEASED; urgency=medium
* Webapp: Don't allow deleting a remote that has syncing disabled,
as such a deletion will never finish.
Thanks, Farhan Kathawala.
-- Joey Hess <id@joeyh.name> Mon, 13 Jun 2016 21:52:24 -0400
git-annex (6.20160613) unstable; urgency=medium git-annex (6.20160613) unstable; urgency=medium
* Improve SHA*E extension extraction code. * Improve SHA*E extension extraction code.

View file

@ -2,3 +2,6 @@ When deleting a remote via the webapp, if syncing is disabled
the content will never get removed from the remote. So, the starting to the content will never get removed from the remote. So, the starting to
delete a remote should probably enable syncing to it, or warn if syncing is delete a remote should probably enable syncing to it, or warn if syncing is
disabled. --[[Joey]] disabled. --[[Joey]]
> [[done]] via Farhan Kathawala's patch to simply grey out the menu item.
> --[[Joey]]