diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Log.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Log.hs b/Command/Log.hs index 388cd2156..b28abfc18 100644 --- a/Command/Log.hs +++ b/Command/Log.hs @@ -93,7 +93,6 @@ getLog key ps = do let logfile = p </> Logs.Location.logFile key inRepo $ pipeNullSplit $ [ Params "log -z --pretty=format:%ct --raw --abbrev=40" - , Param "--boundary" ] ++ ps ++ [ Param $ show Annex.Branch.fullname , Param "--" |