Re: [PATCH] log: use mailmap by default

2019-07-11 Thread Ariadne Conill
Hello, On Thu, Jul 11, 2019 at 12:09 PM Martin Ågren wrote: > > Hi Ariadne, > > Welcome to the list! Thanks! > On Thu, 11 Jul 2019 at 18:39, Ariadne Conill wrote: > > > > Hello, > > > > On Thu, Jul 11, 2019 at 10:19 AM brian m. carlson > > wrote: > > > > > > On 2019-07-11 at 08:19:58, Ariadne

Re: [PATCH] log: use mailmap by default

2019-07-11 Thread Martin Ågren
Hi Ariadne, Welcome to the list! On Thu, 11 Jul 2019 at 18:39, Ariadne Conill wrote: > > Hello, > > On Thu, Jul 11, 2019 at 10:19 AM brian m. carlson > wrote: > > > > On 2019-07-11 at 08:19:58, Ariadne Conill wrote: > > > The `git log` command shows the author and committer name recorded in > >

Re: [PATCH] log: use mailmap by default

2019-07-11 Thread Ariadne Conill
Hello, On Thu, Jul 11, 2019 at 10:19 AM brian m. carlson wrote: > > On 2019-07-11 at 08:19:58, Ariadne Conill wrote: > > The `git log` command shows the author and committer name recorded in > > the git repository itself, while other commands respect `.mailmap` > > by default. I believe this is

Re: [PATCH] log: use mailmap by default

2019-07-11 Thread brian m. carlson
On 2019-07-11 at 08:19:58, Ariadne Conill wrote: > The `git log` command shows the author and committer name recorded in > the git repository itself, while other commands respect `.mailmap` > by default. I believe this is a bad design: it causes log entries to > reflect inaccurate information: any

[PATCH] log: use mailmap by default

2019-07-11 Thread Ariadne Conill
The `git log` command shows the author and committer name recorded in the git repository itself, while other commands respect `.mailmap` by default. I believe this is a bad design: it causes log entries to reflect inaccurate information: anyone who changes their name or e-mail address will not hav