diff options
Diffstat (limited to 'app/Issue.hs')
-rw-r--r-- | app/Issue.hs | 2 |
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 : _ -> |