diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-23 12:23:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-23 12:23:25 -0400 |
commit | 89fd7b34ce815fc5816de5c71f07382e30f50bd5 (patch) | |
tree | 583b948ea1409a2ecb1b41a12fe84c468acfa7b5 /doc | |
parent | 1b21dd99c58c40ddd5bce9d575a47c66f121a29c (diff) |
unused command updates for branches
Now that branches are more likely, unused needs to more explicitly warn
that it does not look in them.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 1cb079ae9..4f02db12f 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -155,13 +155,13 @@ Many git-annex commands will stage changes for later `git commit` by you. * unused - Checks the annex for data that does not correspond to any files currently - in the respository, and prints a numbered list of the data. + Checks the annex for data that does not correspond to any files present + in the currently checked out branch, and prints a numbered list of the data. To only show unused temp and bad files, specify --fast - To check data on a remote that does not correspond to any files currently - in the local repository, specify --from. + To check data on a remote that does not correspond to any files present + on the locally checked out branch, specify --from. * dropunused [number ...] |