summaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 16:39:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 16:39:30 -0400
commiteeb791347c0dc74661c5f2bd4a705e918e039fb2 (patch)
tree43a403a46c58d93c7902576de0130c871119c630 /doc/devblog
parent91f213b7a816e551dbc282e775fd0d558888fa0c (diff)
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_413__back.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/devblog/day_413__back.mdwn b/doc/devblog/day_413__back.mdwn
new file mode 100644
index 000000000..ebd2335ee
--- /dev/null
+++ b/doc/devblog/day_413__back.mdwn
@@ -0,0 +1,19 @@
+Back after taking most of August off and working on other projects.
+
+Got the unanswered messages backlog down from 222 to 170. Still scary high.
+
+Numerous little improvements today. Notable ones:
+
+* Windows: Handle shebang in external special remote program. This is
+ needed for [git-annex-remote-rclone to work on Windows](https://github.com/DanielDent/git-annex-remote-rclone/pull/10).
+ Nice to see that external special remote is getting ported and
+ apparently lots of use.
+* Make --json and --quiet suppress automatic init messages, and any
+ other messages that might be output before a command starts. This was a
+ reversion introduced in the optparse-applicative changes over a year ago.
+
+Also I'm developing a plan to improve parallel downloading when multiple
+remotes have the same cost. See [[todo/get_round_robin]].
+
+Today's work was sponsored by Jake Vosloo on
+[Patreon](https://www.patreon.com/joeyh).