diff options
Diffstat (limited to 'Command/Log.hs')
-rw-r--r-- | Command/Log.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Log.hs b/Command/Log.hs index 9ee7f8543..495c43c5a 100644 --- a/Command/Log.hs +++ b/Command/Log.hs @@ -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 ++ |