summaryrefslogtreecommitdiff
path: root/lib/App/annex_review_unused.pm
Commit message (Collapse)AuthorAge
* Rename annex-review-unused to git-annex-reviewunusedSean Whitton2021-02-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add some parens to avoid perltidy inserting a spurious spaceSean Whitton2020-03-23
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* annex-review-unused: Check whether unused files still exist earlierSean Whitton2020-03-23
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* prefix prompt_yn with an underscoreSean Whitton2020-03-23
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* annex-review-unused: Always pass --force to 'git annex dropunused'Sean Whitton2020-03-22
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* annex-review-unused: Add missing prompt_yn subroutineSean Whitton2020-03-22
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* drop some parensSean Whitton2020-03-15
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* annex-review-unused: 'b' should go back one entry not twoSean Whitton2020-02-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add 'annex' attributeSean Whitton2020-02-10
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* document passing an arrayref of argumentsSean Whitton2020-02-08
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* option to populate @ARGV using an anonymous arraySean Whitton2020-02-08
| | | | | | | | | | | | | | Now Perl code can call our App:: code and simulate command line arguments by passing an arrayref. Note that we can't just say local @ARGV = @_ if @_; because then we can't distinguish between the intent to simulate passing zero command line arguments and a request to look to @ARGV. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* convert annex-review-unused into an App:: moduleSean Whitton2020-02-07
This solves the PATH problem of testing the right version of the scripts. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>