diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-06 21:09:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-06 21:09:23 -0400 |
commit | 539f8c6f144e7fa9cb76f34c06417e3c13ff3420 (patch) | |
tree | 9ce2e73adaee4e24bb44f763204bdab675173a1e /Command | |
parent | d8d72781af094b6eced12eba357f03a7ebdea953 (diff) |
--boundry was not needed
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 "--" |