devblog
This commit is contained in:
parent
56e2829107
commit
274a9433d1
1 changed files with 17 additions and 0 deletions
17
doc/devblog/day_139-140__traveling.mdwn
Normal file
17
doc/devblog/day_139-140__traveling.mdwn
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue