Re: [PATCH] git-svn: delay term initialization

2014-09-15 Thread Junio C Hamano
Eric Wong writes: > On my Debian 7 system, this gives annoying warnings when the output > of "git svn" commands are redirected: > > Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. > The COLUMNS and LINES environment variables didn't work. The > resize program didn't wor

Re: [PATCH] git-svn: delay term initialization

2014-09-14 Thread Eric Wong
Eric Wong wrote: > On my Debian 7 system, this gives annoying warnings when the output s/gives/fixes/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] git-svn: delay term initialization

2014-09-14 Thread Eric Wong
On my Debian 7 system, this gives annoying warnings when the output of "git svn" commands are redirected: Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The COLUMNS and LINES environment variables didn't work. The resize program didn't work. Signed-off-by: Eric Wong -