This commit is contained in:
parent
5d92ed6ea7
commit
d6320b8130
|
@ -125,7 +125,7 @@ setupupstreammaster newref propellordir = do
|
||||||
changeWorkingDirectory tmprepo
|
changeWorkingDirectory tmprepo
|
||||||
git ["fetch", distrepo, "--quiet"]
|
git ["fetch", distrepo, "--quiet"]
|
||||||
git ["reset", "--hard", oldref, "--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
|
fetchUpstreamBranch propellordir tmprepo
|
||||||
cleantmprepo
|
cleantmprepo
|
||||||
|
|
Loading…
Reference in New Issue