summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-11 14:37:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-11 14:37:03 -0700
commitda45800bee048182963e444a62413c5f4db2b773 (patch)
treef920d80f13e0e3bf8aa759ecef4001a76d47ea8f
parent44fe39bc870dddb47b5a3241b3d6940c5ba61114 (diff)
downloadp5-Git-Annex-da45800bee048182963e444a62413c5f4db2b773.tar.gz
v0.003v0.003
- 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. 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 ffb86d5..7d72e95 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Git::Annex
{{$NEXT}}
+
+0.003 2020-03-11 14:35:04-07:00 America/Phoenix
- 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