Persist squash_commit_sha when squashing
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/21686 Feature flag - https://gitlab.com/gitlab-org/gitlab/-/issues/294243 **Problem** We already populate `squash_commit_sha` field for fast forward merges, however for the regular merge with squashing we keep this field empty. **Solution** Persist squash commit sha in database after merging with squash option enabled.
Showing
Please register or sign in to comment