summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-10 13:09:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-10 13:09:43 -0700
commitcb1ecb856ab48bbc29a3ad7f2f41f665dd54d592 (patch)
treeff6bc4b5d9323cfe64e6115dc79281b4c56c3afe /Changes
parentf1b9bcc7e22c710c7bccf0baa08057cdbd53491b (diff)
downloadp5-Git-Annex-cb1ecb856ab48bbc29a3ad7f2f41f665dd54d592.tar.gz
fix some more paths, passed to --batch commands
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5b10f77..ffb86d5 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,12 @@ Revision history for Git::Annex
{{$NEXT}}
- annex-to-annex: Fix path passed to git-annex-find(1) when
looking for missing files.
+ - annex-to-annex: Fix path passed to git-annex-lookupkey(1) when
+ determining whether source files are annexed.
+ - annex-to-annex: Pass relative path to git-annex-find(1) when
+ determining if a file was unlocked in the source annex.
+ Workaround for bug in git-annex: git-annex-find(1) returns
+ incorrect response for absolute paths when in --batch mode.
0.002 2020-02-24 07:33:02-07:00 America/Phoenix
- Fix logic in an example in Git::Annex::BatchCommand SYNOPSIS.