summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-09 13:21:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-09 13:21:38 -0400
commit7be4468ffa5127f539712c72e202d19a9990984b (patch)
tree6a6bac032c7385289bd9ec5cc7033bbb8997be00 /CHANGELOG
parentcac7297784a4eb953f0d6108d7e67e97be9285ad (diff)
buffer json output until done when in concurrent mode
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0c71e4638..2e42fb34f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,8 @@ git-annex (6.20160908) UNRELEASED; urgency=medium
Was updating as frequently as changes were reported, up to hundreds of
times per second, which used unncessary bandwidth when running git-annex
over ssh etc.
+ * Make --json and --quiet work when used with -J.
+ Previously, -J override the other options.
-- Joey Hess <id@joeyh.name> Thu, 08 Sep 2016 12:48:55 -0400