ignores .mailmap

Bug #1213199 reported by Jamin W. Collins
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
git (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

git's log command allows for a mailmap file that "is used to coalesce together commits by the same person in the shortlog, where their name and/or email address was spelled differently". This is very handy for projects where a user has committed under different e-mail addresses.

It would appear that gitk does not support or use mailmap files.

From "man git-shortlog":

The .mailmap feature is used to coalesce together commits by the same
person in the shortlog, where their name and/or email address was
spelled differently.

If the file .mailmap exists at the toplevel of the repository, or at
the location pointed to by the mailmap.file configuration option, it is
used to map author and committer names and email addresses to canonical
real names and email addresses.

In the simple form, each line in the file consists of the canonical
real name of an author, whitespace, and an email address used in the
commit (enclosed by < and >) to map to the name. For example:

    Proper Name <email address hidden>

The more complex forms are:

    <email address hidden> <email address hidden>

which allows mailmap to replace only the email part of a commit, and:

    Proper Name <email address hidden> <email address hidden>

which allows mailmap to replace both the name and the email of a commit
matching the specified commit email address, and:

    Proper Name <email address hidden> Commit Name <email address hidden>

which allows mailmap to replace both the name and the email of a commit
matching both the specified commit name and email address.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gitk 1:1.8.1.2-1
ProcVersionSignature: Ubuntu 3.8.0-29.42-generic 3.8.13.5
Uname: Linux 3.8.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
Date: Fri Aug 16 11:24:07 2013
InstallationDate: Installed on 2009-12-21 (1333 days ago)
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: git
UpgradeStatus: Upgraded to raring on 2013-04-26 (112 days ago)

Revision history for this message
Jamin W. Collins (jcollins) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in git (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.