Questions tagged [mailmap]

A mapping of email addresses to names. Specifically, a git configuration file often used to map multiple author entries to a single canonical author.

In general, a mapping of email addresses to names. Specifically, a git configuration file often used to map multiple author entries to a single canonical author.

5 questions
11
votes
1 answer

Does GitHub consider .mailmap for contribution graph

Have got a git repo with incorrect contributors and their contributions. Repo has few commit's from different emails and alias name and we have added .mailmap to resolve this issue. Shortlog recognizes .mailmap and groups contributions accordingly,…
MusicMan
  • 914
  • 1
  • 7
  • 18
2
votes
1 answer

git-filter-repo doesn't read my mailmap file

Continued to my previous question, I need to use git filter-repo in order to modify the Author name and Comitter name of some of the commits recorded in my repository's log .But I have some troubles about this. The problem I have a file named…
somia
  • 193
  • 10
1
vote
1 answer

How can I check the syntax of a Git mailmap file?

How do I check the syntax of a Git mailmap file after adding/removing records? I want to make sure each line represents a valid mapping and not some garbage.
planetp
  • 14,248
  • 20
  • 86
  • 160
1
vote
0 answers

Can I ignore a Git repository's mailmap?

I have a custom mailmap file for a Git repository which I configure using a per-repository mailmap.file setting. However, if there's a mailmap file in the root of the repository it seems to interfere with my mappings. Is there any way I can ignore…
planetp
  • 14,248
  • 20
  • 86
  • 160
0
votes
1 answer

How can I auto-format a git mailmap file on save in Vim?

I use mailmap files for some git repos. The lines in the files can be in one of these formats: Proper Name Proper Name Proper Name Commit…
planetp
  • 14,248
  • 20
  • 86
  • 160