diff options
author | 2015-03-24 15:23:59 -0400 | |
---|---|---|
committer | 2015-03-24 15:23:59 -0400 | |
commit | 5c8727dea29d5266de481475495eb979038bfa5a (patch) | |
tree | 2362c6ba5cd464d1e44f6a08ef4d7d034b594c75 /doc/git-annex-dropunused.mdwn | |
parent | d17d5a77893ac01fc7c29f92447a3e85e3501d9f (diff) |
separated man pages for all the maintenance commands
Diffstat (limited to 'doc/git-annex-dropunused.mdwn')
-rw-r--r-- | doc/git-annex-dropunused.mdwn | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/git-annex-dropunused.mdwn b/doc/git-annex-dropunused.mdwn new file mode 100644 index 000000000..5dedce718 --- /dev/null +++ b/doc/git-annex-dropunused.mdwn @@ -0,0 +1,39 @@ +# NAME + +git-annex dropunused - drop unused file content + +# SYNOPSIS + +git annex dropunused `[number|range ...]` + +# DESCRIPTION + +Drops the data corresponding to the numbers, as listed by the last +git annex unused` + +You can also specify ranges of numbers, such as "1-1000". +Or, specify "all" to drop all unused data. + +# OPTIONS + +* `--from=remote` + + Rather than dropping the unused files from the local repository, + drop them from the remote repository. + +* `--force` + + Use this option with care! It bypasses safety checks, and forces + git-annex to delete the content of the specified files, even from + the last repository that is storing their content. Data loss can + result from using this option. + +# SEE ALSO + +[[git-annex]](1) + +# AUTHOR + +Joey Hess <id@joeyh.name> + +Warning: Automatically converted into a man page by mdwn2man. Edit with care. |