aboutsummaryrefslogtreecommitdiff
path: root/Command/Log.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-02 12:53:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-02 12:53:38 -0400
commit0e719d274cbd33bae28a8bd712d793024ed9b543 (patch)
tree9d093441f0a652e33061c94c6f37b240f7ea19d6 /Command/Log.hs
parent38b6229bf74c7fbe18d94df0c2a9bbc528b30d57 (diff)
log: Fix reversion introduced in version 5.20150528 that broke this command.
Diffstat (limited to 'Command/Log.hs')
-rw-r--r--Command/Log.hs2
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 ++