-
Notifications
You must be signed in to change notification settings - Fork 141
Add config option corresponding to --rebase-merges
flag
#318
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
Comments
Good idea!!! |
For completeness, it should probably handle the That could either be:
Personally, I'm leaning towards the latter because it seems easier to reason about. Any thoughts? Edit: Took a closer look at the existing options and the following is what I sent to the mailing list in a RFC:
|
|
Indeed, and here is the documentation. Thank you! |
In my workflow, while it's uncommon to encounter merge commits during a rebase operation, when they are encountered I pretty much always want this behavior. Since it's rare, I pretty much always forget to ask for it, with interesting and confusing consequences.
Is there any appetite for a
rebase.rebaseMerges
boolean that could drive the default for this option?Thanks,
Dakota
The text was updated successfully, but these errors were encountered: