From 60677bc110a9d8e664072e3c5e9d1168b0b6832b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Sep 2013 00:09:25 -0400 Subject: [PATCH] blog for the day --- doc/devblog/day_2__new_laptop.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/devblog/day_2__new_laptop.mdwn diff --git a/doc/devblog/day_2__new_laptop.mdwn b/doc/devblog/day_2__new_laptop.mdwn new file mode 100644 index 0000000000..0008007429 --- /dev/null +++ b/doc/devblog/day_2__new_laptop.mdwn @@ -0,0 +1,8 @@ +Now I can build git-annex twice as fast! And a typical incremental build is +down to 10 seconds, from 51 seconds. + +Spent a productive evening working with Guilhem to get his encryption +patches reviewed and merged. Now there is a way to remove revoked gpg keys, +and there is a new encryption scheme available that uses public key +encryption by default rather than git-annex's usual approach. That's not +for everyone, but it is a good option to have available.