From 5c8727dea29d5266de481475495eb979038bfa5a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 Mar 2015 15:23:59 -0400 Subject: separated man pages for all the maintenance commands --- doc/git-annex-unused.mdwn | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/git-annex-unused.mdwn (limited to 'doc/git-annex-unused.mdwn') diff --git a/doc/git-annex-unused.mdwn b/doc/git-annex-unused.mdwn new file mode 100644 index 000000000..d59ef2abc --- /dev/null +++ b/doc/git-annex-unused.mdwn @@ -0,0 +1,39 @@ +# NAME + +git-annex unused - look for unused file content + +# SYNOPSIS + +git annex unused + +# DESCRIPTION + +Checks the annex for data that does not correspond to any files present +in any tag or branch, and prints a numbered list of the data. + +After running this command, you can use the `--unused` option with many +other git-annex commands to operate on all the unused data that was found. + +For example, to move all unused data to origin: + + git annex unused; git annex move --unused --to origin + +# OPTIONS + +* `--fast` + + Only show unused temp and bad files. + +* `--from=remote` + + Check for unused data on a remote. + +# SEE ALSO + +[[git-annex]](1) + +# AUTHOR + +Joey Hess + +Warning: Automatically converted into a man page by mdwn2man. Edit with care. -- cgit v1.2.3