.TH git-annex-addunused 1 .SH NAME git-annex-addunused \- add back unused files .PP .SH SYNOPSIS git annex addunused \fB[number|range ...]\fP .PP .SH DESCRIPTION Adds back files for the content corresponding to the numbers or ranges, as listed by the last \fBgit annex unused\fP. .PP The files will have names starting with "unused." .PP .SH OPTIONS .IP "\fB\-\-json\fP" .IP Enable JSON output. This is intended to be parsed by programs that use git-annex. Each line of output is a JSON object. .IP .IP "\fB\-\-json\-error\-messages\fP" Messages that would normally be output to standard error are included in the JSON instead. .IP .IP "The git-annex\-common\-options(1) can also be used." .SH SEE ALSO git-annex(1) .PP git-annex\-add(1) .PP git-annex\-unused(1) .PP .SH AUTHOR Joey Hess .PP .PP