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-get.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-get.mdwn')
-rw-r--r-- | doc/git-annex-get.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex-get.mdwn b/doc/git-annex-get.mdwn index cb5b73956..a72c79912 100644 --- a/doc/git-annex-get.mdwn +++ b/doc/git-annex-get.mdwn @@ -14,6 +14,12 @@ or transferring them from some kind of key-value store. # OPTIONS +* `--auto` + + Rather than getting all files, get only files that don't yet have + the desired number of copies, or that are preferred content of the + repository. See [[git-annex-preferred-content]](1) + * `--from=remote` Normally git-annex will choose which remotes to get the content |