Re: [PATCH v2 3/3] tests: add test for git log --no-use-mailmap

2019-07-11 Thread Ariadne Conill
Hello, On Thu, Jul 11, 2019 at 12:32 PM Beat Bolli wrote: > > On 11.07.19 19:26, Ariadne Conill wrote: > > In order to prove that the --no-use-mailmap option works as expected, > > we add a test for it which runs with -Dlog.mailmap=true to ensure that > > s/-D/-c / > > This ain't Java :-) Indeed

Re: [PATCH v2 3/3] tests: add test for git log --no-use-mailmap

2019-07-11 Thread Beat Bolli
On 11.07.19 19:26, Ariadne Conill wrote: > In order to prove that the --no-use-mailmap option works as expected, > we add a test for it which runs with -Dlog.mailmap=true to ensure that s/-D/-c / This ain't Java :-) > the option successfully negates the configured default. > > Signed-off-by: Ar

[PATCH v2 3/3] tests: add test for git log --no-use-mailmap

2019-07-11 Thread Ariadne Conill
In order to prove that the --no-use-mailmap option works as expected, we add a test for it which runs with -Dlog.mailmap=true to ensure that the option successfully negates the configured default. Signed-off-by: Ariadne Conill --- t/t4203-mailmap.sh | 8 1 file changed, 8 insertions(+)