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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue