summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-01 14:03:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-01 14:03:59 -0400
commit3d3a578e2e471437f3b0c893f207e863f3749374 (patch)
tree072afbb4df63570b85bac33b9d9769ed1118eaaa /CHANGELOG
parent8d16ba5f1f241318e4a912d86cd70c3f4242a22a (diff)
restart coprocess in raw mode
Restarting a crashing git process could result in filename encoding issues when not in a unicode locale, as the restarted processes's handles were not read in raw mode. Since rawMode is always used when starting a coprocess, didn't bother to parameterise it and just always enable it for simplicity. This commit was sponsored by Jake Vosloo on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6a1301b3e..a939435cf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+git-annex (6.20161032) UNRELEASED; urgency=medium
+
+ * Restarting a crashing git process could result in filename encoding
+ issues when not in a unicode locale, as the restarted processes's
+ handles were not read in raw mode.
+
+ -- Joey Hess <id@joeyh.name> Tue, 01 Nov 2016 14:02:06 -0400
+
git-annex (6.20161031) unstable; urgency=medium
* Assistant, repair: Fix ignoring of git fsck errors due to