mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
97b277e627
commit
e227af4ed5
|
@ -29,6 +29,6 @@ fixme-file-comments "*.scm" ";"
|
||||||
|
|
||||||
fixme-comments ";" "--"
|
fixme-comments ";" "--"
|
||||||
|
|
||||||
; update
|
update
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue