From 3d57f0d356a9bad158c0886b3e88a6aa7c3e61e7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 Dec 2012 16:42:17 -0400 Subject: [PATCH] blog for the day --- .../blog/day_159__fsevents_and_assistant.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/design/assistant/blog/day_159__fsevents_and_assistant.mdwn diff --git a/doc/design/assistant/blog/day_159__fsevents_and_assistant.mdwn b/doc/design/assistant/blog/day_159__fsevents_and_assistant.mdwn new file mode 100644 index 0000000000..754e2c91fb --- /dev/null +++ b/doc/design/assistant/blog/day_159__fsevents_and_assistant.mdwn @@ -0,0 +1,16 @@ +Short day today, but I spent it all on testing the new FSEvents code, +getting it working with the assistant in direct mode. This included fixing +its handling of renaming, and various other bugs. + +The assistant in direct mode now seems to work well on OSX. So I made +the assistant *default* to making direct mode repositories on OSX. + +That'll presumably flush out any bugs. :) More importantly, +it let me close several OSX-specific bugs to do with interactions between +git-annex's symlinks and OSX programs that were apparently written under the +misprehension that it's a user-mode program's job to manually follow symlinks. + +Of course, defaulting to direct mode also means users can just modify files +as they like and the assistant will commit and sync the changed files. +I'm waiting to see if direct mode becomes popular enough to make it the +default on all OS's.