Merge branch 'joeyconfig'

This commit is contained in:
Joey Hess 2014-08-19 17:57:52 -04:00
commit c929541073
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, "--quiet", "-m", "merging upstream version"]
git ["merge", newref, "-s", "theirs", "--quiet", "-m", "merging upstream version"]
fetchUpstreamBranch propellordir tmprepo
cleantmprepo