summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-28 15:44:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-28 15:44:45 -0400
commit48cf675cff3dea1f295a76199429ba0be07a6d94 (patch)
treec3ccdd9a32f5986d73d3fcedf92d5a18867c5799 /CHANGELOG
parenta9f8f8336bbb141c238ba9c71d78de00d8d0091e (diff)
external crash fixes
When the external special remote program crashed, a newline could be output, which messed up the expected output for --batch mode. Avoid checking EXPORTSUPPORTED for special remotes that are not configured to use exports. The datalad special remote apparently is/was buggy and crashed on EXPORTSUPPORTED. Anyway, there's no need to send it when the configuration doesn't need it. This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9b3c090ae..8ae15e404 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,10 @@ git-annex (6.20170926) UNRELEASED; urgency=medium
to avoid the user being surprised in cases where that behavior is not
desired or expected.
* sync: Added --cleanup, which removes local and remote synced/ branches.
+ * external: When the external special remote program crashed, a newline
+ could be output, which messed up the expected output for --batch mode.
+ * external: Avoid checking EXPORTSUPPORTED for special remotes that are
+ not configured to use exports.
-- Joey Hess <id@joeyh.name> Thu, 28 Sep 2017 12:01:39 -0400