summaryrefslogtreecommitdiff
path: root/Omni
diff options
context:
space:
mode:
authorOmni Worker <bot@omni.agent>2025-11-22 04:45:48 -0500
committerOmni Worker <bot@omni.agent>2025-11-22 04:45:48 -0500
commitfd3727cb87e6414affc2f05b49516658e4de28c6 (patch)
tree0f1dba3ea5485785c3cc13fbbe7dee1186a9bd99 /Omni
parentc6dc12122fffad11cd40851589e13a25ad0d9291 (diff)
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 <amp@ampcode.com>
Diffstat (limited to 'Omni')
-rw-r--r--Omni/Agent/Git.hs2
1 files changed, 0 insertions, 2 deletions
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]