From eefdac6149c71b31ea0bddf8128d78af44454807 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Apr 2017 17:05:20 -0400 Subject: [PATCH] devblog --- doc/devblog/day_456__digging_in.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/devblog/day_456__digging_in.mdwn diff --git a/doc/devblog/day_456__digging_in.mdwn b/doc/devblog/day_456__digging_in.mdwn new file mode 100644 index 0000000000..024e0b90b8 --- /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.