Is it possible to change Stash behaviour of pull requests merging? PR from from_branch to master will perform merge, that produce commit with two parrents. Is it possible to specify some magic property in stash-config.properties file to replace merge command by 'merge --squash'. This will produce master branch with linear hstory from merge commits only.
But it also broke logic of stash of reachablity detection PR commits from target branch.
Hi Alexey,
I'm confused. You've talked with Bryan before about this and you know there is configuration that can enable this?
https://jira.atlassian.com/browse/STASH-2810
I don't know what you mean about reachability detection being broken?
Cheers,
Charles
Hi Charles, `merge --squash` do different thing. It remove right parent link. Only create merge commit into master for example as is no pull request was created at all. This merge commit will have only one parent link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oops, it really that is need! Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.