diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-25 17:06:14 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-25 17:06:14 -0400 |
commit | 850241b7fed075c8a0055ae77cb30d6485aaa795 (patch) | |
tree | bbae2d577ea7daf136cfb80cdf87e4ce76681f84 /doc/git-annex-drop.mdwn | |
parent | 644cd4ca27e410ca567ec0f78acf2517d91d330e (diff) |
--auto is no longer a global option; only get, drop, and copy accept it.
Not a behavior change unless you were passing it to a command that ignored it.
Diffstat (limited to 'doc/git-annex-drop.mdwn')
-rw-r--r-- | doc/git-annex-drop.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex-drop.mdwn b/doc/git-annex-drop.mdwn index 41daf3858..3fd13467c 100644 --- a/doc/git-annex-drop.mdwn +++ b/doc/git-annex-drop.mdwn @@ -22,6 +22,12 @@ safe to do so. this option can specifiy a remote from which the files' contents should be removed. +* `--auto` + + Rather than trying to drop all specified files, drop only files that + are not preferred content of the repository. + See [[git-annex-preferred-content]](1) + * `--force` Use this option with care! It bypasses safety checks, and forces |