document --auto all in one place
This commit is contained in:
parent
fe5e4bdc64
commit
7b90cb72fc
1 changed files with 2 additions and 9 deletions
|
@ -76,9 +76,6 @@ Many git-annex commands will stage changes for later `git commit` by you.
|
||||||
will involve copying them from another repository, or downloading them,
|
will involve copying them from another repository, or downloading them,
|
||||||
or transferring them from some kind of key-value store.
|
or transferring them from some kind of key-value store.
|
||||||
|
|
||||||
When the --auto switch is used, only gets content of files if needed
|
|
||||||
to satisfy the setting of annex.numcopies
|
|
||||||
|
|
||||||
* drop [path ...]
|
* drop [path ...]
|
||||||
|
|
||||||
Drops the content of annexed files from this repository.
|
Drops the content of annexed files from this repository.
|
||||||
|
@ -87,9 +84,6 @@ Many git-annex commands will stage changes for later `git commit` by you.
|
||||||
safe to do so. At least one copy of content needs to exist in another
|
safe to do so. At least one copy of content needs to exist in another
|
||||||
remote. This can be overridden with the --force switch.
|
remote. This can be overridden with the --force switch.
|
||||||
|
|
||||||
When the --auto switch is used, only tries to drop content if
|
|
||||||
more than annex.numcopies copies exist.
|
|
||||||
|
|
||||||
* move [path ...]
|
* move [path ...]
|
||||||
|
|
||||||
When used with the --from option, moves the content of annexed files
|
When used with the --from option, moves the content of annexed files
|
||||||
|
@ -344,9 +338,8 @@ Many git-annex commands will stage changes for later `git commit` by you.
|
||||||
|
|
||||||
* --auto
|
* --auto
|
||||||
|
|
||||||
Enable automatic mode, in which git-annex decides whether to perform
|
Enables automatic mode. Commands that get, drop, or move file contents
|
||||||
actions on files. See descriptions of individual commands to see what
|
will only do so when needed to help satisfy the setting of annex.numcopies.
|
||||||
they do in automatic mode.
|
|
||||||
|
|
||||||
* --quiet
|
* --quiet
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue