From f2e36372b4e07993a4992ab29585d4876b28e094 Mon Sep 17 00:00:00 2001
From: Fabian Kirchner <kirchner@posteo.de>
Date: Wed, 13 Mar 2024 14:38:13 +0100
Subject: review: approve feature/review

Reviewed branch feature/review at commit 07aacbbe55f4793daa0c9893efe4a64951575081.
---
 app/Main.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/Main.hs b/app/Main.hs
index bed31c0..2729511 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -516,6 +516,7 @@ perCommitArg :: O.Parser Bool
 perCommitArg =
   O.switch
     ( O.long "per-commit"
+-- REVIEW Maybe a short variant would be nice, e.g. '-c'.
         <> O.help "Review commits individually. (Default: review combined patches)"
     )
 
-- 
cgit v1.2.3