Make Den the only Den and make him always have a flower#130
Closed
yarikoptic wants to merge 1 commit intogithub:mainfrom
Closed
Make Den the only Den and make him always have a flower#130yarikoptic wants to merge 1 commit intogithub:mainfrom
yarikoptic wants to merge 1 commit intogithub:mainfrom
Conversation
With this change we get
❯ git shortlog -sn
39 Den Delimarsky 🌺
...
whenever on master we have
❯ git shortlog -sn
20 Den Delimarsky
19 Den Delimarsky 🌺
...
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR consolidates Git commit attribution by adding a .mailmap file to unify all commits under a single author identity with consistent formatting. This ensures that git shortlog displays all commits from Den Delimarsky under one name with the flower emoji.
- Adds
.mailmapfile to standardize author name formatting across all commits - Maps all Den Delimarsky commits to use the flower emoji variant consistently
Comments suppressed due to low confidence (1)
.mailmap:2
- The
.mailmapentry is incomplete. It should specify which email addresses or names to map from. The current format only defines the target identity but doesn't specify what to map to it. Consider adding the source email/name patterns, for example:Den Delimarsky 🌺 <email@domain.com> <old-email@domain.com>orDen Delimarsky 🌺 <email@domain.com> Den Delimarsky.
Den Delimarsky 🌺 <53200638+localden@users.noreply.github.com>
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Contributor
|
Thank you @yarikoptic for this very important call-out 🤣 I should, indeed, always have a flower next to my name. That being said, let's not introduce this particular metadata piece in the code base for now. |
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With this change we get
whenever on master we have