packages feed

git-monitor 3.1.1.2 → 3.1.1.3

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

Main.hs view
@@ -96,12 +96,13 @@      -- Make sure we're in a known branch, and if so, let it begin     forever $ withRepository lgFactoryLogger gd $ do-        log' $ pack $ "Saving snapshots under " ++ gd         log' $ pack $ "Working tree: " ++ wd         ref <- lookupReference "HEAD"         case ref of             Just (RefSymbolic name) -> do                 log' $ "Tracking branch " <> name+                log' $ "Saving snapshots under " <> T.pack gd+                log' $ "Snapshot ref is refs/snapshots/" <> name                 void $ start wd userName userEmail name             _ -> do                 log' "Cannot use git-monitor if no branch is checked out"
git-monitor.cabal view
@@ -1,5 +1,5 @@ Name:    git-monitor-Version: 3.1.1.2+Version: 3.1.1.3  Synopsis:    Passively snapshots working tree changes efficiently. Description: Passively snapshots working tree changes efficiently.