On 9 September 2015 at 06:53, Ganesh Ajjanagadde wrote:
> On Tue, Sep 8, 2015 at 4:22 PM, Hendrik Leppkes
> wrote:
> > On Tue, Sep 8, 2015 at 9:17 PM, Ganesh Ajjanagadde
> > wrote:
> >> Previous color support relies on existence of tput.
> >> Unfortunately, tput is not available on windows.
> >
On Tue, Sep 8, 2015 at 4:22 PM, Hendrik Leppkes wrote:
> On Tue, Sep 8, 2015 at 9:17 PM, Ganesh Ajjanagadde
> wrote:
>> Previous color support relies on existence of tput.
>> Unfortunately, tput is not available on windows.
>> According to
>> https://stackoverflow.com/questions/19710074/tput-colo
On Tue, Sep 8, 2015 at 9:17 PM, Ganesh Ajjanagadde
wrote:
> Previous color support relies on existence of tput.
> Unfortunately, tput is not available on windows.
> According to
> https://stackoverflow.com/questions/19710074/tput-color-definitions-for-windows-git-shell,
> using ANSI color codes fo
On Tue, Sep 8, 2015 at 3:34 PM, Timothy Gu wrote:
> On Tue, Sep 8, 2015 at 12:18 PM Ganesh Ajjanagadde
> wrote:
>>
>> quotes='""'
>> -if test -t 1 && which tput >/dev/null; then
>> -ncolors=$(tput colors)
>> -if test -n "$ncolors" && test $ncolors -ge 8; then
>> -bold_color=$(tpu
On Tue, Sep 8, 2015 at 12:18 PM Ganesh Ajjanagadde
wrote:
> quotes='""'
> -if test -t 1 && which tput >/dev/null; then
> -ncolors=$(tput colors)
> -if test -n "$ncolors" && test $ncolors -ge 8; then
> -bold_color=$(tput bold)
> -warn_color=$(tput setaf 3)
> -reset
On Tue, Sep 8, 2015 at 3:17 PM, Ganesh Ajjanagadde
wrote:
> Previous color support relies on existence of tput.
> Unfortunately, tput is not available on windows.
> According to
> https://stackoverflow.com/questions/19710074/tput-color-definitions-for-windows-git-shell,
> using ANSI color codes fo