Re: [PATCH 0/5] Allow git log to use mailmap file

2012-12-11 Thread Rich Midwinter
It certainly was. Thanks for picking this up so quick guys. On 11 December 2012 22:33, Junio C Hamano wrote: > Antoine Pelisse 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 bun

Re: [PATCH 0/5] Allow git log to use mailmap file

2012-12-11 Thread Junio C Hamano
Antoine Pelisse 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

[PATCH 0/5] Allow git log to use mailmap file

2012-12-11 Thread Antoine Pelisse
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