log: Fix reversion introduced in version 5.20150528 that broke this command.
This commit is contained in:
parent
3d0a4a0a67
commit
833cf5fff9
5 changed files with 22 additions and 1 deletions
|
@ -151,7 +151,7 @@ getLog key os = do
|
|||
[ Param "log"
|
||||
, Param "-z"
|
||||
, Param "--pretty=format:%ct"
|
||||
, Param "-raw"
|
||||
, Param "--raw"
|
||||
, Param "--abbrev=40"
|
||||
, Param "--remove-empty"
|
||||
] ++ os ++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue