From 34d505ed4056bb5adbf5abb0a45305b6af7c1347 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Sep 2013 16:53:31 -0400 Subject: [PATCH] blog for the day --- doc/devblog/day_-1__inauspicious_beginning.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/devblog/day_-1__inauspicious_beginning.mdwn diff --git a/doc/devblog/day_-1__inauspicious_beginning.mdwn b/doc/devblog/day_-1__inauspicious_beginning.mdwn new file mode 100644 index 0000000000..b14f763bbe --- /dev/null +++ b/doc/devblog/day_-1__inauspicious_beginning.mdwn @@ -0,0 +1,11 @@ +I try hard to keep this devblog about git-annex development and not me. +However, it is a shame that what I wanted to be the beginning of my first +real month of work funded by the new campaign has been marred by my home's +internet connection being taken out by a lightning strike, and by illness. +Nearly back on my feet after that, and waiting for my new laptop to +finally get here. + +Today's work: Finished up the `git annex forget` feature and merged it in. +Fixed the bug that was causing the commit race detection code to +incorrectly fire on the commit made by the transition code. Few other bits +and pieces.