From 9806a5284d0f189da90ea0020441b8d6f96daee9 Mon Sep 17 00:00:00 2001 From: Fabian Kirchner Date: Sat, 14 Oct 2023 11:36:14 +0200 Subject: only show commit hash --- app/Issue.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/Issue.hs b/app/Issue.hs index 847e014..ba8baa8 100644 --- a/app/Issue.hs +++ b/app/Issue.hs @@ -56,7 +56,7 @@ fromMatch result match = do rawProvenance <- fmap (T.splitOn "\NUL" . head . T.lines . decodeUtf8 . toStrict) $ sh $ - "git show --format='%H%x00%ai%x00%ae%x00%an'" + "git show --quiet --format='%H%x00%ai%x00%ae%x00%an'" let provenance = case rawProvenance of firstCommit' : rawDate : authorEmail : authorName : _ -> -- cgit v1.2.3