From 89fd7b34ce815fc5816de5c71f07382e30f50bd5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 Jun 2011 12:23:25 -0400 Subject: unused command updates for branches Now that branches are more likely, unused needs to more explicitly warn that it does not look in them. --- doc/git-annex.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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 ...] -- cgit v1.2.3