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

Combine message of consecutive squashed commits in one go #77

Open
tesuji opened this issue Sep 24, 2020 · 0 comments · May be fixed by #92
Open

Combine message of consecutive squashed commits in one go #77

tesuji opened this issue Sep 24, 2020 · 0 comments · May be fixed by #92
Labels
bug Something isn't working

Comments

@tesuji
Copy link

tesuji commented Sep 24, 2020

Given a git log like this:

1 add feature
2 fix something
3 fix tidy

Currently, git-revise only combines messages of squashed commit one by one.
Which means that it combines 1 and 2 saved, then combine the result to 3.
git-rebase combines 1, 2, 3 in one step.

@mystor mystor added the bug Something isn't working label Oct 3, 2020
krobelus added a commit to krobelus/git-revise that referenced this issue May 18, 2021
krobelus added a commit to krobelus/git-revise that referenced this issue Oct 4, 2021
krobelus added a commit to krobelus/git-revise that referenced this issue Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants