aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 17:05:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 17:05:20 -0400
commit01e7733f3b62c2340d72c83fdd7ffe0a775f0b49 (patch)
tree115e5223d0a23d2158f8169faedbbd7bd8b50a54 /doc/devblog
parentb669a67b8add3dd017ca0a619214b12f4783b850 (diff)
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_456__digging_in.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/devblog/day_456__digging_in.mdwn b/doc/devblog/day_456__digging_in.mdwn
new file mode 100644
index 000000000..024e0b90b
--- /dev/null
+++ b/doc/devblog/day_456__digging_in.mdwn
@@ -0,0 +1,16 @@
+Digging in to some of the meatier backlog today. Backlog down to 225.
+
+A lot of fixes around using `git annex enableremote` to add new gpg keys to
+a gcrypt special remote.
+
+Had to make git-annex's use of `GIT_SSH`/`GIT_SSH_COMMAND`
+contingent on `GIT_ANNEX_USE_GIT_SSH=1` being set. Unfortunate, but
+difference from git made at least one existing use of that environment
+variable break, and so it will need to be whitelisted in places where
+git-annex should use it.
+
+Added support for `git annex add --update`
+
+----
+
+Today's work was sponsored by Trenton Cronholm on Patreon.