-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Bump backport to 4.6.3 #43405
Bump backport to 4.6.3 #43405
Conversation
I've been incorrectly saying the terms "fork" and "origin" interchangeably. I like this change as it makes the naming specialties less of a concern for me as a developer using the tool :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, reviewed the changed lines
tbh I am still not sure what the correct definition of |
💔 Build Failed |
retest |
💔 Build Failed |
💚 Build Succeeded |
Various fixes:
origin
remote to avoid confusionv.4.6.3: Open editor automatically
Adds
editor
option which allows the user to specify an editor of their choice that will be opened if a conflict occurs. Easiest way to useeditor
option is by adding it to the global config:v.4.6.2: Disable fork-mode
Adds the ability to create backports in the origin repository instead of in a fork. Fork mode is still the default. To disable fork mode run backport --fork=false or add it to the project config:
All changes between v4.6.1 - 4.6.3
https://github.com/sqren/backport/compare/e53de81321481d09741557a77a5926e1874fe2b1..master