diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-22 16:21:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-22 16:21:35 -0400 |
commit | d37f9ba47a66a39b516f1842d7f92c58f03ee452 (patch) | |
tree | 2a8df93354eceb37dada7dd44a965bedb90d9b9a | |
parent | 002ad5761d01846dad3aa0752b0b20a8def7c7a7 (diff) |
devblog
-rw-r--r-- | doc/devblog/day_139-140__traveling.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/devblog/day_139-140__traveling.mdwn b/doc/devblog/day_139-140__traveling.mdwn new file mode 100644 index 000000000..3025e45b5 --- /dev/null +++ b/doc/devblog/day_139-140__traveling.mdwn @@ -0,0 +1,17 @@ +Yesterday coded up one nice improvement on the plane -- `git annex unannex` +(and `uninit`) is now tons faster. Before it did a git commit after every +file processed, now there's just 1 commit at the end. This required using +some locking to prevent the `pre-commit` hook from running in a confusing +state. + +Today. LibrePlanet and a surprising amount of development. I've +added [[tips/file_manager_integration]], only for Nautilus so far. +The main part of this was adding --notify-start and --notify-finish, which +use dbus desktop notifications to provide feedback. + +(Made possible thanks to Max Rabkin for updating +[fdo-notify](http://hackage.haskell.org/package/fdo-notify) to use the +new dbus library, and ion for developing the initial Nautilus integration +scripts.) + +Today's work and LibrePlanet visit was sponsored by Jürgen Lüters. |