Skip to content

can the preserve the author of the original commit in the squash merge? #16

@benjaminp

Description

@benjaminp
$ git show -s b03623227ed1264e3cac4e6bb4878d96b91aa484 --pretty=fuller
commit b03623227ed1264e3cac4e6bb4878d96b91aa484
Author:     Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
AuthorDate: Thu Sep 7 11:35:03 2017 -0700
Commit:     Benjamin Peterson <benjamin@python.org>
CommitDate: Thu Sep 7 11:35:03 2017 -0700

    [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)
    
    (cherry picked from commit a853a8ba7850381d49b284295dd6f0dc491dbe44)

The author metadata should be from the original commit not stamped over. (e.g., so the Author should still be me in the above example)

I'm not sure if this is actually possible, since GitHub is actually doing the author rewrite during the squash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions