diff options
Diffstat (limited to 'Omni/Jr.hs')
| -rw-r--r-- | Omni/Jr.hs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
