summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-26 18:46:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-26 18:46:23 -0400
commit5b90565eefd2745d079c76d95894aded94ae1cec (patch)
tree4655ac89ea60935837e5e3e5c499db91638fc206
parent4464b428de3600de418ca67bb6e452e1fb581209 (diff)
update
-rw-r--r--doc/devblog/day_86__external_special_remote_implementation.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/devblog/day_86__external_special_remote_implementation.mdwn b/doc/devblog/day_86__external_special_remote_implementation.mdwn
index ded7fc5e9..c40bfbaea 100644
--- a/doc/devblog/day_86__external_special_remote_implementation.mdwn
+++ b/doc/devblog/day_86__external_special_remote_implementation.mdwn
@@ -1,5 +1,11 @@
Built most of the external special remote today. While I've written 600
lines of code for this, and think it's probably working, and complete
(except for a couple of features), all I know is that it compiles.
+
I've also written an [[example external special remote program in shell script|special_remotes/external/example.sh]],
so the next step is to put the two together and see how it works.
+I also hope that some people who have built hook special remotes
+in the past will update them to the new external special remote interface,
+which is quite a lot better.
+
+Today's work was sponsored by Justine Lam.