Closes #2959 autosquash commits in interactive rebases#4109
Open
gabeseltzer wants to merge 1 commit intogitkraken:mainfrom
Open
Closes #2959 autosquash commits in interactive rebases#4109gabeseltzer wants to merge 1 commit intogitkraken:mainfrom
gabeseltzer wants to merge 1 commit intogitkraken:mainfrom
Conversation
f766b01 to
ab4767d
Compare
b1dc15f to
8aaa568
Compare
add contributor
8aaa568 to
abe7321
Compare
Author
|
@eamodio sorry to ping you directly, but I wasn't sure if there was a proper way to set a reviewer, etc. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Closes #2959
Adds the
--autosquashflag to interactive rebases.Note, I wasn't 100% sure if this is the right solution, but it works and was easy. As far as I know, there's no real downside to always using the autosquash feature. I had some other ideas but they were harder so I thought I'd PR and see what people thought. Here's the other options:
--autosquashto the arguments for the existing--interactiveline item for everyone. <<< This is what I did--autosquashto the arguments for the existing--interactiveline item if users enable it with a vscode extension setting--interactive --autosquash, and show it all the time--interactive --autosquash, and only show it if there are fixup commits in your rebase rangeChecklist
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses