summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-06 21:09:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-06 21:09:23 -0400
commit539f8c6f144e7fa9cb76f34c06417e3c13ff3420 (patch)
tree9ce2e73adaee4e24bb44f763204bdab675173a1e
parentd8d72781af094b6eced12eba357f03a7ebdea953 (diff)
--boundry was not needed
-rw-r--r--Command/Log.hs1
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 "--"