From 0e719d274cbd33bae28a8bd712d793024ed9b543 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Jul 2015 12:53:38 -0400 Subject: log: Fix reversion introduced in version 5.20150528 that broke this command. --- Command/Log.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command') 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 ++ -- cgit v1.2.3