summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-10 12:00:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-10 12:00:49 -0700
commitf1b9bcc7e22c710c7bccf0baa08057cdbd53491b (patch)
treee244d83a2240bd2747410ca95e8f1c090bcf3ab5 /Changes
parent54a69a5df4195988711bd20e816d3108a181fa35 (diff)
downloadp5-Git-Annex-f1b9bcc7e22c710c7bccf0baa08057cdbd53491b.tar.gz
annex-to-annex: Fix path when looking for missing files
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 4eec01b..5b10f77 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Git::Annex
{{$NEXT}}
+ - annex-to-annex: Fix path passed to git-annex-find(1) when
+ looking for missing files.
0.002 2020-02-24 07:33:02-07:00 America/Phoenix
- Fix logic in an example in Git::Annex::BatchCommand SYNOPSIS.