aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog/day_139-140__traveling.mdwn
blob: 3025e45b5cd47c2a57c45c3d77e6b336f6f2da84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.