diff --git a/Makefile b/Makefile index e44ab42..9828b81 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ make-stash-drop: .PHONY: make-update make-update: - @git subtree pull --prefix .gitlab --message "Merge update from Common" -q common main + @git subtree pull --prefix .gitlab --squash --message "Merge update from Common" -q common main .PHONY: make-push make-push: warning