aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-26 12:58:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-26 12:58:37 -0400
commit27b7de929fbdd8bde934d098ea47c418f688c464 (patch)
tree3394db7d1f7231e0620d92051fbbf5d9f510dcbd /CHANGELOG
parente124fda8ea392e8b21ad293cd1e877f3f5a3dc95 (diff)
Fix metadata hook script to support non-ascii characters
tips/automatically_adding_metadata/pre-commit-annex: Fix to not silently skip filenames containing non-ascii characters. git diff-index defaults to munging non-ascii characters. Using -z makes it not do that, and then we just change the nulls to newlines. This commit was sponsored by Jochen Bartl on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fdda10391..6246c46a1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -28,6 +28,8 @@ git-annex (6.20180113) UNRELEASED; urgency=medium
and the destination subdirectory does not exist yet.
* Added annex.merge-annex-branches config setting which
can be used to disable automatic merge of git-annex branches.
+ * tips/automatically_adding_metadata/pre-commit-annex: Fix to not
+ silently skip filenames containing non-ascii characters.
-- Joey Hess <id@joeyh.name> Wed, 24 Jan 2018 20:42:55 -0400