move: Avoid drops that make bad situations worse, but otherwise allow

See the big comment at the bottom of Command.Drop for the full details.

(The --safe/--unsafe options were never released.)

This commit was sponsored by Jake Vosloo on Patreon.
This commit is contained in:
Joey Hess 2018-04-13 14:06:25 -04:00
parent 4b8c289154
commit 64980db7d9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 138 additions and 103 deletions

View file

@ -23,3 +23,5 @@ There could be a transition period where move warns when run w/o
--safe/--unsafe.
--[[Joey]]
> [[done]], using the "don't make it worse" approach. --[[Joey]]