From 4aca08444b546e7d4921d589d5581fde9f88cdc8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 25 Nov 2025 22:41:41 -0500 Subject: fix(jr): review command git show args Task-Id: t-1o2g8gu6p8o --- Omni/Jr.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Omni/Jr.hs') diff --git a/Omni/Jr.hs b/Omni/Jr.hs index 56cabd1..bae5588 100644 --- a/Omni/Jr.hs +++ b/Omni/Jr.hs @@ -144,9 +144,7 @@ reviewTask tid = do [] -> "" putText "\n=== Diff for this task ===\n" - _ <- Process.rawSystem "git" ["show", "--stat", commitSha] - putText "" - _ <- Process.rawSystem "git" ["show", "--no-stat", commitSha] + _ <- Process.rawSystem "git" ["show", commitSha] putText "\n[a]ccept / [r]eject / [s]kip? " IO.hFlush IO.stdout -- cgit v1.2.3