make way for git checkout output

This commit is contained in:
Joey Hess 2016-04-04 13:25:30 -04:00
parent 17d71ded79
commit 7ba836eec3
Failed to extract signature

View file

@ -147,6 +147,7 @@ enterAdjustedBranch adj = go =<< originalBranch
go (Just origbranch) = do
adjbranch <- preventCommits $ const $
adjustBranch adj origbranch
showOutput -- checkout can have output in large repos
inRepo $ Git.Command.run
[ Param "checkout"
, Param $ fromRef $ Git.Ref.base $ adjbranch