From: Rich Midwinter <rich.midwinter@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Antoine Pelisse <apelisse@gmail.com>, git@vger.kernel.org
Subject: Re: [PATCH 0/5] Allow git log to use mailmap file
Date: Tue, 11 Dec 2012 22:41:56 +0000 [thread overview]
Message-ID: <CALKB1SXOqYmynv7EgezeL7-epsiB7OnSYKhHyS_u8UWOhJgUsQ@mail.gmail.com> (raw)
In-Reply-To: <7vip886wyr.fsf@alter.siamese.dyndns.org>
It certainly was. Thanks for picking this up so quick guys.
On 11 December 2012 22:33, Junio C Hamano <gitster@pobox.com> wrote:
> Antoine Pelisse <apelisse@gmail.com> writes:
>
>> Implement the feature suggested here [1] by Rich Mindwinter
>> and Junio C Hamano (and following his advices)
>>
>> This is a pre-version so there are a bunch of things still missing,
>> among them:
>> - There is no tests
>> - Grep search for mailmap author/committer is not available
>> - There is no documentation of the new option
>>
>> [1]: http://thread.gmane.org/gmane.comp.version-control.git/211270
>
> That was quick ;-)
>
>> Antoine Pelisse (5):
>> Use split_ident_line to parse author and committer
>> mailmap: Remove buffer length limit in map_user
>> mailmap: Add mailmap structure to rev_info and pp
>> pretty: Use mailmap to display username and email
>> log: Add --use-mailmap option
>>
>> builtin/blame.c | 59 +++++++++++++++++-------------------------------
>> builtin/log.c | 9 +++++++-
>> commit.h | 1 +
>> log-tree.c | 1 +
>> mailmap.c | 16 ++++++-------
>> pretty.c | 70 ++++++++++++++++++++++++++++++++++++---------------------
>> revision.h | 1 +
>> 7 files changed, 84 insertions(+), 73 deletions(-)
>>
>> --
>> 1.8.1.rc1.5.g7e0651a
prev parent reply other threads:[~2012-12-11 22:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-11 22:21 [PATCH 0/5] Allow git log to use mailmap file Antoine Pelisse
2012-12-11 22:21 ` [PATCH 1/5] Use split_ident_line to parse author and committer Antoine Pelisse
2012-12-11 22:21 ` [PATCH 2/5] mailmap: Remove buffer length limit in map_user Antoine Pelisse
2012-12-11 22:21 ` [PATCH 3/5] mailmap: Add mailmap structure to rev_info and pp Antoine Pelisse
2012-12-11 22:21 ` [PATCH 4/5] pretty: Use mailmap to display username and email Antoine Pelisse
2012-12-11 22:46 ` Junio C Hamano
2012-12-12 13:27 ` Antoine Pelisse
2012-12-11 22:21 ` [PATCH 5/5] log: Add --use-mailmap option Antoine Pelisse
2012-12-12 11:58 ` Antoine Pelisse
2012-12-12 17:58 ` Junio C Hamano
2012-12-11 22:33 ` [PATCH 0/5] Allow git log to use mailmap file Junio C Hamano
2012-12-11 22:41 ` Rich Midwinter [this message]
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=CALKB1SXOqYmynv7EgezeL7-epsiB7OnSYKhHyS_u8UWOhJgUsQ@mail.gmail.com \
--to=rich.midwinter@gmail.com \
--cc=apelisse@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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).