table of contents
GIT-ANNEX-REVIEWUNUSED(1p) | User Contributed Perl Documentation | GIT-ANNEX-REVIEWUNUSED(1p) |
NAME¶
git-annex-reviewunused - interactively process 'git annex unused' output
VERSION¶
version 0.008
SYNOPSIS¶
git annex reviewunused [--just-print] [--from=REMOTE] [--used-refspec=USEDREFSPEC]
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 git annex unused.
OPTIONS¶
- --just-print
- Run non-interactively: gather and print information about unused files, and then exit.
- --from=REMOTE
- Passed on to git annex unused.
- --used-refspec=USEDREFSPEC
- Passed on to git annex unused.
EXIT STATUS¶
0 if there are no unused files left at time of program exit, 1 if there are.
SEE ALSO¶
AUTHOR¶
Sean Whitton <spwhitton@spwhitton.name>
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
2022-12-24 | perl v5.36.0 |