diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2026-09-10 17:06:10 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2026-09-10 17:06:10 +0200 |
| commit | 6129e73d4b73d42f361e84d2f919c0309ff0d313 (patch) | |
| tree | d21bd366004eb748c10123c2bf884ef24ffa7c50 /Main.hs | |
| parent | 826075786b2ddb58190c27294cdb70cbf19f5b25 (diff) | |
| download | git-auto-acp-6129e73d4b73d42f361e84d2f919c0309ff0d313.tar.gz git-auto-acp-6129e73d4b73d42f361e84d2f919c0309ff0d313.tar.bz2 | |
oh.
Diffstat (limited to 'Main.hs')
| -rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
