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

Properly squash commits created by git commit --fixup=amend:$rev #27

Merged
merged 1 commit into from
Nov 1, 2023

Commits on Nov 1, 2023

  1. Properly squash commits created by git commit --fixup=amend:$rev

    git commit --fixup=amend:$rev allows to overwrite the commit message of
    a previous commit. This results in a commit with prefix "amend!". Expand
    the pattern that triggers using git rebase -i --autosquash to also match
    on such commits.
    
    Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    Uwe Kleine-König committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    419b0da View commit details
    Browse the repository at this point in the history