From fd3727cb87e6414affc2f05b49516658e4de28c6 Mon Sep 17 00:00:00 2001 From: Omni Worker Date: Sat, 22 Nov 2025 04:45:48 -0500 Subject: refactor(agent): use git sync instead of rebase Amp-Thread-ID: https://ampcode.com/threads/T-79499d9e-f4f4-40de-893c-524c32a45483 Co-authored-by: Amp --- Omni/Agent/Git.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Omni') diff --git a/Omni/Agent/Git.hs b/Omni/Agent/Git.hs index a33be23..b1978f2 100644 --- a/Omni/Agent/Git.hs +++ b/Omni/Agent/Git.hs @@ -159,8 +159,6 @@ syncWithLive repo = do Log.info [Text.pack out] panic "Sync with live failed (git sync)" - - commit :: FilePath -> Text -> IO () commit repo msg = do Log.info ["git", "commit", msg] -- cgit v1.2.3