logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-annex-reviewunused - interactively process 'git annex unused' output

Author

       Sean Whitton <spwhitton@spwhitton.name>

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

See Also