workaround is in place
(and remove debug print)
This commit is contained in:
parent
9bcaef1ec4
commit
89f9be3230
2 changed files with 2 additions and 1 deletions
|
@ -369,7 +369,6 @@ updateAdjustedBranch tomerge (origbranch, adj) mergeconfig commitmode = catchBoo
|
|||
liftIO $ forM_ refs' $ \src ->
|
||||
whenM (doesFileExist src) $ do
|
||||
dest <- relPathDirToFile git_dir src
|
||||
print (src, dest)
|
||||
let dest' = tmpgit </> dest
|
||||
createDirectoryIfMissing True (takeDirectory dest')
|
||||
void $ createLinkOrCopy src dest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue