aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorLibravatar Fabian Kirchner <kirchner@posteo.de>2023-10-14 11:36:14 +0200
committerLibravatar Fabian Kirchner <kirchner@posteo.de>2023-10-14 11:36:14 +0200
commit9806a5284d0f189da90ea0020441b8d6f96daee9 (patch)
tree996ab0217ce5ca159c6bd3c0c5b1e3df6b17c0a8 /app
parent154f48642dfdeff09472d462d6a5a069d0d9f4e9 (diff)
only show commit hash
Diffstat (limited to 'app')
-rw-r--r--app/Issue.hs2
1 files changed, 1 insertions, 1 deletions
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 : _ ->