[PATCH] sideband.c: Get rid of ANSI sequences for non-terminal shell

2014-06-02 Thread Naumov, Michael (North Sydney)
From: Michael Naumov mnaou...@gmail.com Diagnostic messages received on the sideband #2 from the server side are sent to the standard error with ANSI terminal control sequence \033[K that erases to the end of line appended at the end of each line. However, some programs (e.g. GitExtensions for

[PATCH] sideband.c: Get rid of ANSI sequences for non-terminal shell

2014-05-30 Thread Naumov, Michael (North Sydney)
Some git tools such as GitExtensions for Windows use environment variable TERM=msys which causes the weird ANSI sequence shown for the messages returned from server-side hooks We add those ANSI sequences to help format sideband data on the user's terminal. However, GitExtensions is not using a

[PATCH] sideband.c: Get rid of ANSI sequences for non-terminal shell

2014-05-27 Thread Naumov, Michael (North Sydney)
Some git tools such as GitExtensions for Windows use environment variable TERM=msys which causes the weird ANSI sequence shown for the messages returned from server-side hooks We add those ANSI sequences to help format sideband data on the user's terminal. However, GitExtensions is not using a