fix thru documentation
This commit is contained in:
parent
c2ed961d79
commit
3c9a76006f
3 changed files with 11 additions and 1 deletions
|
@ -35,3 +35,9 @@ My particular issue has probably existed through a few version upgrades though.
|
||||||
|
|
||||||
# End of transcript or log.
|
# End of transcript or log.
|
||||||
"""]]
|
"""]]
|
||||||
|
|
||||||
|
> Since neither of us can think of a better behavior for `git annex
|
||||||
|
> get/copy > --from remote` in this case, I've been reduced to documenting
|
||||||
|
> it better. The docs now mention that --from will cause it to silently
|
||||||
|
> skip files that are not present in the specified remote. So, [[done]]
|
||||||
|
> --[[Joey]]
|
||||||
|
|
|
@ -17,6 +17,8 @@ Copies the content of files from or to another remote.
|
||||||
Use this option to copy the content of files from the specified
|
Use this option to copy the content of files from the specified
|
||||||
remote to the local repository.
|
remote to the local repository.
|
||||||
|
|
||||||
|
Any files that are not available on the remote will be silently skipped.
|
||||||
|
|
||||||
* `--to=remote`
|
* `--to=remote`
|
||||||
|
|
||||||
Use this option to copy the content of files from the local repository
|
Use this option to copy the content of files from the local repository
|
||||||
|
|
|
@ -25,6 +25,8 @@ or transferring them from some kind of key-value store.
|
||||||
Normally git-annex will choose which remotes to get the content
|
Normally git-annex will choose which remotes to get the content
|
||||||
from. Use this option to specify which remote to use.
|
from. Use this option to specify which remote to use.
|
||||||
|
|
||||||
|
Any files that are not available on the remote will be silently skipped.
|
||||||
|
|
||||||
* `--all`
|
* `--all`
|
||||||
|
|
||||||
Rather than specifying a filename or path to get, this option can be
|
Rather than specifying a filename or path to get, this option can be
|
||||||
|
|
Loading…
Add table
Reference in a new issue