diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-04 13:25:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-04 13:25:30 -0400 |
commit | 29a1747bf75e638239c21e5dfa022c1ff06018c4 (patch) | |
tree | db3ac653557604a4e8db16a96528602ca5ca5234 /Annex | |
parent | 9015ba9b8506d9c33e375161bada8142bc679001 (diff) |
make way for git checkout output
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/AdjustedBranch.hs | 1 |
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 |