Skip to content

Empty amend!-Commits Are Not Incorporated into *-flat Tag #65

Description

@OnkelUlla

Sometimes it is necessary to correct the commit message of an earlier commit, and Git provides git commit --fixup=reword:<commit> for exactly this purpose. Unfortunately, since 96fe807, the resulting empty amend! commit is filtered out , making it impossible to adjust commit messages without modifying files at the same time.

Would it be possible to preserve the intent of 96fe807 while still supporting empty amend! commits by passing --prune-empty to git filter-branch in umpf instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions