This commit is contained in:
Dmitry Zuikov 2024-05-13 11:04:04 +03:00
parent 97b277e627
commit e227af4ed5
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,6 @@ fixme-file-comments "*.scm" ";"
fixme-comments ";" "--" fixme-comments ";" "--"
; update update

View File

@ -184,7 +184,7 @@ listCommits = do
let cmd = [qc|git {gd} log --all --format="%H '%cn' '%ce' %ct" {days}|] let cmd = [qc|git {gd} log --all --format="%H '%cn' '%ce' %ct" {days}|]
-- FIXME: git-di -- FIXME: git-dir
gitRunCommand cmd gitRunCommand cmd
<&> fromRight mempty <&> fromRight mempty
<&> LBS8.lines <&> LBS8.lines