Behavior change: --trust-glacier option no longer overrides trust
Since that can lead to data loss, which should never be enabled by an option other than --force. This commit was sponsored by Jake Vosloo on Patreon.
This commit is contained in:
parent
2bf34fc17f
commit
c8b1fa67b4
5 changed files with 12 additions and 22 deletions
|
@ -81,9 +81,9 @@ gitAnnexGlobalOptions = commonGlobalOptions ++
|
|||
<> help "override default User-Agent"
|
||||
<> hidden
|
||||
)
|
||||
, globalFlag (Annex.setFlag "trustglacier")
|
||||
, globalFlag (toplevelWarning False "--trust-glacier no longer has any effect")
|
||||
( long "trust-glacier"
|
||||
<> help "Trust Amazon Glacier inventory"
|
||||
<> help "deprecated, does not trust Amazon Glacier inventory"
|
||||
<> hidden
|
||||
)
|
||||
, globalFlag (setdesktopnotify mkNotifyFinish)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue