-
Notifications
You must be signed in to change notification settings - Fork 138
Support --autosquash #20
Comments
What do you think about an additional |
That would be fine for me. |
Or maybe add some environment variables to customize Git arguments. 🤔 |
If so, you need to also allow the command name to be defined, so you can use multiple different types of rebase in the same repo. |
This would be a great addition! If with an additional command such as |
I think I'll add a feature so you can specify Git arguments after |
PTAL at #24 |
Why did #24 fail; what was the message? Also, can we reopen the PR to try to fix? I'm going to start testing to see if I can get it to work on my end. |
Is this fixed? |
It would be nice if git rebase --autosquash was supported so that one could use this action to rebase and get rid of fixup commits.
Also, if this is supported it might be nice to support both regular and autosquash rebases using the same actions, but with different commands. For this to work the
/rebase
regexp needs to be made configurable for the action.The text was updated successfully, but these errors were encountered: