From 3ab3185a031c155dfad2d7b94584cb713085b038 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Apr 2014 18:48:30 -0400 Subject: [PATCH] devblog --- doc/devblog/day_154__catching_up.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/devblog/day_154__catching_up.mdwn diff --git a/doc/devblog/day_154__catching_up.mdwn b/doc/devblog/day_154__catching_up.mdwn new file mode 100644 index 0000000000..7c49a788e2 --- /dev/null +++ b/doc/devblog/day_154__catching_up.mdwn @@ -0,0 +1,13 @@ +Worked through message backlog today. Got it down from around 70 to just +37. Was able to fix some bugs, including making the webapp start up more +robustly in some misconfigurations. + +Added a new `findref` command which may be useful in a git `update` hook to +deny pushes of refs if the annexed content has not been sent first. + +---- + +BTW, I also added a new `reinit` command a few days ago, which can be +useful if you're cloning back a deleted repository. + +Also a few days ago, I made `uninit` a *lot* faster.