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

gogit: Add WithForcePush #388

Merged
merged 1 commit into from
Oct 29, 2022
Merged

gogit: Add WithForcePush #388

merged 1 commit into from
Oct 29, 2022

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Oct 28, 2022

Force push enables use cases in image automation controller in which a branch has changed in-between a Clone and the push operation. An example would be long-lived push branches that become stale from the default or clone branch.

Relates to: fluxcd/image-automation-controller#450
Expands on: fluxcd/image-automation-controller#451

@pjbgf pjbgf added the area/git Git and SSH related issues and pull requests label Oct 28, 2022
@pjbgf pjbgf added this to the GA milestone Oct 28, 2022
Force push enables use cases in image automation controller
in which a branch has changed in-between a Clone and the
push operation. An example would be long-lived push branches
that become stale from the default or clone branch.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
@pjbgf pjbgf merged commit 6919983 into fluxcd:main Oct 29, 2022
@pjbgf pjbgf deleted the force-push branch October 29, 2022 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/git Git and SSH related issues and pull requests
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants