summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-15 16:35:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-15 16:35:06 -0400
commit9dc43d25995b085745c16cc31ad11106a74a9973 (patch)
treed0a56e33033611ab6b6803549813ec31c9b46290 /doc/git-annex.mdwn
parentc305fb2bf318e72ea4f905a38733d93e9a81cc1d (diff)
unused: New subcommand, finds unused data (the global part of fsck).
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index c496ca0d8..a522534da 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -166,6 +166,11 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
With parameters, only the specified files are checked.
+* unused
+
+ Checks the annex for data that is not used by any files currently
+ in the annex, and prints a report.
+
* find [path ...]
Outputs a list of annexed files whose content is currently present.