From 6129e73d4b73d42f361e84d2f919c0309ff0d313 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 10 Sep 2026 17:06:10 +0200 Subject: oh. --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index 73acb57..74a406a 100644 --- a/Main.hs +++ b/Main.hs @@ -116,7 +116,7 @@ main = do done <- newEmptyMVar -- TODO catch sigterm -- start some watchers for_ (optWatches o) $ \w@(Watch path _) -> - watchTree fsmgr path (allEvents $ elem gitDir . splitPath) . const + watchTree fsmgr path (allEvents $ not . elem gitDir . splitPath) . const $ writeChan chan (Change w) -- start the event crunching thread void . forkIO -- cgit v1.2.3