summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-02 20:59:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-02 21:35:02 -0400
commit868300d4c1dafd2c4b91ad3f369cfb48f14bb82a (patch)
tree6108bc12c88d54be0763dc6e5cdc382461a9667c /doc/git-annex.mdwn
parent09a16176dea5ef2a51e3a3d00d77180966c597d9 (diff)
unused/dropunused: support --from
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index d890b518b..7d0fb3e79 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -155,16 +155,21 @@ Many git-annex commands will stage changes for later `git commit` by you.
* unused
- Checks the annex for data that is not used by any files currently
- in the annex, and prints a numbered list of the data.
+ Checks the annex for data that does not correspond to any files currently
+ in the respository, and prints a numbered list of the data.
To only show unused temp files, specify --fast
+ To check data on a remote that does not correspond to any files currently
+ in the local repository, specify --from.
+
* dropunused [number ...]
Drops the data corresponding to the numbers, as listed by the last
`git annex unused`
+ To drop the data from a remote, specify --from.
+
* find [path ...]
Outputs a list of annexed files whose content is currently present.
@@ -317,12 +322,15 @@ Many git-annex commands will stage changes for later `git commit` by you.
* --from=repository
- Specifies a repository that content will be retrieved from.
+ Specifies a repository that content will be retrieved from, or that
+ should otherwise be acted on.
+
It should be specified using the name of a configured remote.
* --to=repository
- Specifies a repository that content will be sent to.
+ Specifies a repository that content will be sent to.
+
It should be specified using the name of a configured remote.
* --exclude=glob