Skip to content

Commit

Permalink
fix(import-packages): force merge (--no-ff)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Jul 17, 2019
1 parent dabc2d0 commit 6ce35fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import-packages
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ do
move_"$move" "$pkg" "packages/$pkg"

# merge and delete master branch
git merge --allow-unrelated-histories "$pkg/master"
git merge --no-ff --allow-unrelated-histories "$pkg/master"
git branch -d "$pkg/master"
done

0 comments on commit 6ce35fd

Please sign in to comment.