Re: [PATCH 6/7] Git.pm: introduce environment variable GIT_TEST_PRETEND_TTY

2019-01-15 Thread Phillip Wood
On 15/01/2019 13:50, Johannes Schindelin wrote: Hi Phillip, On Mon, 14 Jan 2019, Phillip Wood wrote: Hi Salvica/Johannes Close ;-) Sorry Slavica On 20/12/2018 12:09, Slavica Djukic via GitGitGadget wrote: From: Slavica Djukic To enable testing the colored output on Windows, enable T

Re: [PATCH 6/7] Git.pm: introduce environment variable GIT_TEST_PRETEND_TTY

2019-01-15 Thread Johannes Schindelin
Hi Phillip, On Mon, 14 Jan 2019, Phillip Wood wrote: > Hi Salvica/Johannes Close ;-) > On 20/12/2018 12:09, Slavica Djukic via GitGitGadget wrote: > > From: Slavica Djukic > > > > To enable testing the colored output on Windows, enable TTY > > by using environment variable GIT_TEST_PRETEND_TT

Re: [PATCH 6/7] Git.pm: introduce environment variable GIT_TEST_PRETEND_TTY

2019-01-15 Thread Slavica Djukic
Hi Phillip, First of all, thank you for taking your time to review this patch series. On 14-Jan-19 12:13 PM, Phillip Wood wrote: Hi Salvica/Johannes On 20/12/2018 12:09, Slavica Djukic via GitGitGadget wrote: From: Slavica Djukic To enable testing the colored output on Windows, enable TTY b

Re: [PATCH 6/7] Git.pm: introduce environment variable GIT_TEST_PRETEND_TTY

2019-01-14 Thread Phillip Wood
Hi Salvica/Johannes On 20/12/2018 12:09, Slavica Djukic via GitGitGadget wrote: > From: Slavica Djukic > > To enable testing the colored output on Windows, enable TTY > by using environment variable GIT_TEST_PRETEND_TTY. > > This is the original idea by Johannes Schindelin. I normally use GIT_

[PATCH 6/7] Git.pm: introduce environment variable GIT_TEST_PRETEND_TTY

2018-12-20 Thread Slavica Djukic via GitGitGadget
From: Slavica Djukic To enable testing the colored output on Windows, enable TTY by using environment variable GIT_TEST_PRETEND_TTY. This is the original idea by Johannes Schindelin. Signed-off-by: Slavica Djukic --- color.c | 4 perl/Git.pm | 2 +- 2 files changed, 5 insertions(+),