git-annex-reviewunused - interactively process 'git annex unused' output
Contents
Copyright And License
This software is Copyright (c) 2019-2021 by Sean Whitton <spwhitton@spwhitton.name>.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
perl v5.40.1 2025-03-04 GIT-ANNEX-REVIEWUNUSED(1p)
Description
This program lets you interactively review unused files in a git annex repository, choosing which you'd
like to drop. By running git-log(1), it provides more information about unused files than does gitannexunused.
Exit Status
0 if there are no unused files left at time of program exit, 1 if there are.
Name
git-annex-reviewunused - interactively process 'git annex unused' output
Options
--just-print
Run non-interactively: gather and print information about unused files, and then exit.
--from=REMOTE
Passed on to gitannexunused.
--used-refspec=USEDREFSPEC
Passed on to gitannexunused.
See Also
git-annex-unused(1), git-annex-dropunused(1)
Synopsis
gitannexreviewunused [--just-print] [--from=REMOTE] [--used-refspec=USEDREFSPEC]
Version
version 0.008
