--boundry was not needed
This commit is contained in:
parent
d8d72781af
commit
539f8c6f14
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ getLog key ps = do
|
||||||
let logfile = p </> Logs.Location.logFile key
|
let logfile = p </> Logs.Location.logFile key
|
||||||
inRepo $ pipeNullSplit $
|
inRepo $ pipeNullSplit $
|
||||||
[ Params "log -z --pretty=format:%ct --raw --abbrev=40"
|
[ Params "log -z --pretty=format:%ct --raw --abbrev=40"
|
||||||
, Param "--boundary"
|
|
||||||
] ++ ps ++
|
] ++ ps ++
|
||||||
[ Param $ show Annex.Branch.fullname
|
[ Param $ show Annex.Branch.fullname
|
||||||
, Param "--"
|
, Param "--"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue