summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 13:25:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 13:25:30 -0400
commit29a1747bf75e638239c21e5dfa022c1ff06018c4 (patch)
treedb3ac653557604a4e8db16a96528602ca5ca5234 /Annex
parent9015ba9b8506d9c33e375161bada8142bc679001 (diff)
make way for git checkout output
Diffstat (limited to 'Annex')
-rw-r--r--Annex/AdjustedBranch.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex/AdjustedBranch.hs b/Annex/AdjustedBranch.hs
index 7254c8c4b..9de345895 100644
--- a/Annex/AdjustedBranch.hs
+++ b/Annex/AdjustedBranch.hs
@@ -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