summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-23 11:57:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-23 11:57:23 -0700
commit9c43d14b9e1f670404f8b5b121632edc0bee373e (patch)
tree0b2713f2fabf830c69977ed3c3041d58dee774c4
parent9b579adba92e8b01ff31542ef69b4cad735115f9 (diff)
downloadp5-Git-Annex-9c43d14b9e1f670404f8b5b121632edc0bee373e.tar.gz
v0.005v0.005
- annex-review-unused: Add missing prompt_yn subroutine. - annex-review-unused: Always pass --force to 'git annex dropunused'. Previously it couldn't be passed at all, which is much less useful. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index ecab379..7837fcd 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Git::Annex
{{$NEXT}}
+
+0.005 2020-03-23 11:55:48-07:00 America/Phoenix
- annex-review-unused: Add missing prompt_yn subroutine.
- annex-review-unused: Always pass --force to 'git annex dropunused'.
Previously it couldn't be passed at all, which is much less useful.