This commit is contained in:
Joey Hess 2014-08-19 17:59:15 -04:00
parent 5d92ed6ea7
commit d6320b8130
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ setupupstreammaster newref propellordir = do
changeWorkingDirectory tmprepo
git ["fetch", distrepo, "--quiet"]
git ["reset", "--hard", oldref, "--quiet"]
git ["merge", newref, "-s", "theirs", "--quiet", "-m", "merging upstream version"]
git ["merge", newref, "-s", "recursive", "-Xtheirs", "--quiet", "-m", "merging upstream version"]
fetchUpstreamBranch propellordir tmprepo
cleantmprepo