Re: Cygwin Git with Windows paths

2018-11-18 Thread cyg Simple
On 11/18/2018 1:07 AM, Steven Penny wrote: Cygwin Git can clone with Unix form paths:    $ git clone git://github.com/benhoyt/goawk /tmp/goawk    Cloning into '/tmp/goawk'...    remote: Enumerating objects: 330, done. However it fails with Windows form:    $ git clone git://github.com/benh

Re: Cygwin Git with Windows paths

2018-11-18 Thread Brian Inglis
On 2018-11-18 01:35, Ray Donnelly wrote: > On Sun, Nov 18, 2018, 6:07 AM Steven Penny > Cygwin Git can clone with Unix form paths: >> $ git clone git://github.com/benhoyt/goawk /tmp/goawk >> Cloning into '/tmp/goawk'... >> remote: Enumerating objects: 330, done. >> However it fails with Windows for

Re: Mintty terminal always opens at 79 char width

2018-11-18 Thread Saurabh T
From: Thomas Wolff Sent: Sunday, November 18, 2018 8:16 AM To: Saurabh T Subject: Re: Mintty terminal always opens at 79 char width   Am 17.11.2018 um 16:28 schrieb Saurabh T: > Despite being set to 80 in the Options, Apply/Save being done, minttyrc being > manually edited to say Columns=80, wind

Re: Mintty terminal always opens at 79 char width

2018-11-18 Thread Marco Atzeri
Am 18.11.2018 um 14:11 schrieb Saurabh T: There is no match. bottom post on this mailing list, please What is your shell ? The value of COLUMNS is updated at any redimensioning of term size both with Mintty and with Xterm From: Marco Atzeri Sent: Saturday, November 17, 2018 10:44 AM To:

Re: Mintty terminal always opens at 79 char width

2018-11-18 Thread Saurabh T
There is no match. From: Marco Atzeri Sent: Saturday, November 17, 2018 10:44 AM To: cygwin@cygwin.com Subject: Re: Mintty terminal always opens at 79 char width   Am 17.11.2018 um 16:28 schrieb Saurabh T: > n/t. Despite being set to 80 in the Options, Apply/Save being done, minttyrc > being man

Re: Cygwin Git with Windows paths

2018-11-18 Thread Ray Donnelly
This is very much the point of msys2. On Sun, Nov 18, 2018, 6:07 AM Steven Penny Cygwin Git can clone with Unix form paths: > > $ git clone git://github.com/benhoyt/goawk /tmp/goawk > Cloning into '/tmp/goawk'... > remote: Enumerating objects: 330, done. > > However it fails with Wind