Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'all_branches' flag to params in 'in' #393

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

multimac
Copy link

@multimac multimac commented Dec 2, 2022

Adds a flag to disable the use of the '--single-branch' flag when cloning the repository, allowing all branches to be fetched from the remote

Removes the need for workarounds such as passing --no-single-branch via source.branch, as described in #325

Adds a flag to disable the use of the '--single-branch' flag when cloning the repository, allowing all branches to be fetched from the remote

Signed-off-by: David Symons <[email protected]>
Updates the merge logic used when "merge: true" is configured so that it ensures that the first parent of the merge commit is the commit of the target branch. Prior behaviour lead to the source branch being the "first parent" in the merge commit

Signed-off-by: David Symons <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant