From: Damien Robert <damien.olivier.robert+gmane@gmail.com>
To: git@vger.kernel.org
Subject: Re: [Query] Can we ignore case for commiters name in shortlog?
Date: Fri, 30 Nov 2012 13:01:55 +0000 (UTC) [thread overview]
Message-ID: <k9aao3$til$1@ger.gmane.org> (raw)
In-Reply-To: CAJDDKr7yr2JSutcEy1mz-SfMq8ZdNzR3+s++ooenn5+wD-LDAw@mail.gmail.com
David Aguilar wrote in message
<CAJDDKr7yr2JSutcEy1mz-SfMq8ZdNzR3+s++ooenn5+wD-LDAw@mail.gmail.com>:
> There's a feature that does exactly this.
> http://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html
By the way, the mailmap ignore case which is annoying.
I have commits as Damien.Olivier.Robert+git@gmail.com and a dummy email
address robert@numenor.night-elves. I thought that putting:
Damien Robert <Damien.Olivier.Robert+git@gmail.com> <robert@numenor.night-elves>
in the .mailmap would unify the two adresses, but it does not:
git shortlog -se
15 Damien Robert <Damien.Olivier.Robert+git@gmail.com>
266 Damien Robert <damien.olivier.robert+git@gmail.com>
as you can see, the Damien.Olivier.Robert+git as been lowercased to
damien.olivier.robert, so I am forced to write a mailmap like this:
Damien Robert <Damien.Olivier.Robert+git@gmail.com> <robert@numenor.night-elves>
Damien Robert <Damien.Olivier.Robert+git@gmail.com> <Damien.Olivier.Robert+git@gmail.com>
git shortlog -se
281 Damien Robert <damien.olivier.robert+git@gmail.com>
next prev parent reply other threads:[~2012-11-30 13:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-30 2:09 [Query] Can we ignore case for commiters name in shortlog? viresh kumar
2012-11-30 3:24 ` David Aguilar
2012-11-30 3:32 ` Viresh Kumar
2012-11-30 13:01 ` Damien Robert [this message]
2012-11-30 3:33 ` Nicolas Pitre
2012-11-30 3:35 ` Viresh Kumar
2012-11-30 11:19 ` Max Horn
2012-11-30 15:05 ` Viresh Kumar
2012-11-30 13:07 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='k9aao3$til$1@ger.gmane.org' \
--to=damien.olivier.robert+gmane@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).