make way for git checkout output
This commit is contained in:
parent
17d71ded79
commit
7ba836eec3
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ enterAdjustedBranch adj = go =<< originalBranch
|
||||||
go (Just origbranch) = do
|
go (Just origbranch) = do
|
||||||
adjbranch <- preventCommits $ const $
|
adjbranch <- preventCommits $ const $
|
||||||
adjustBranch adj origbranch
|
adjustBranch adj origbranch
|
||||||
|
showOutput -- checkout can have output in large repos
|
||||||
inRepo $ Git.Command.run
|
inRepo $ Git.Command.run
|
||||||
[ Param "checkout"
|
[ Param "checkout"
|
||||||
, Param $ fromRef $ Git.Ref.base $ adjbranch
|
, Param $ fromRef $ Git.Ref.base $ adjbranch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue