Re: git on cygwin 1.7.2/1.7.4

2010-04-08 Thread Corinna Vinschen
On Apr 8 08:02, Mark Levedahl wrote: > On Thu, Apr 8, 2010 at 2:11 AM, Christopher Faylor > wrote: > > > > > And, yet, there were no fixes for pipes in 1.7.4. > > > So from the release notes: > > hanges and bugfixes since Cygwin 1.7.2: > > > > - Fix ha

Re: git on cygwin 1.7.2/1.7.4

2010-04-08 Thread Mark Levedahl
On Thu, Apr 8, 2010 at 4:14 AM, Matthias Andree wrote: > Am 08.04.2010, 08:11 Uhr, schrieb Christopher Faylor: > > Not to suggest anything particular to Mark, but rather as a general comment: > I wonder how many of the "1.7.X no better" can be attributed to the > replace-on-reboot failure up to a

Re: git on cygwin 1.7.2/1.7.4

2010-04-08 Thread Mark Levedahl
On Thu, Apr 8, 2010 at 2:11 AM, Christopher Faylor wrote: > > And, yet, there were no fixes for pipes in 1.7.4. > So from the release notes: hanges and bugfixes since Cygwin 1.7.2: - Fix handling of non-blocking pipes when read/write is attempted and

Re: git on cygwin 1.7.2/1.7.4

2010-04-08 Thread Corinna Vinschen
On Apr 8 10:14, Matthias Andree wrote: > Am 08.04.2010, 08:11 Uhr, schrieb Christopher Faylor: > > >On Wed, Apr 07, 2010 at 10:43:08PM -0400, Mark Levedahl wrote: > >>On 03/31/2010 09:36 PM, Mark Levedahl wrote: > On Tue, Mar 30, 2010 at 08:08:37PM -0400, Mark Levedahl wrote: > >All of th

Re: git on cygwin 1.7.2/1.7.4

2010-04-08 Thread Matthias Andree
Am 08.04.2010, 08:11 Uhr, schrieb Christopher Faylor: On Wed, Apr 07, 2010 at 10:43:08PM -0400, Mark Levedahl wrote: On 03/31/2010 09:36 PM, Mark Levedahl wrote: On Tue, Mar 30, 2010 at 08:08:37PM -0400, Mark Levedahl wrote: All of the above connections and i/o processing are done using bog-s

Re: git on cygwin 1.7.2/1.7.4

2010-04-07 Thread Christopher Faylor
On Wed, Apr 07, 2010 at 10:43:08PM -0400, Mark Levedahl wrote: >On 03/31/2010 09:36 PM, Mark Levedahl wrote: >>> On Tue, Mar 30, 2010 at 08:08:37PM -0400, Mark Levedahl wrote: All of the above connections and i/o processing are done using bog-standard fork, pipe, open, read, write, and as

Re: git on cygwin 1.7.2/1.7.4

2010-04-07 Thread Mark Levedahl
On 03/31/2010 09:36 PM, Mark Levedahl wrote: On 03/31/2010 12:25 AM, Christopher Faylor wrote: On Tue, Mar 30, 2010 at 08:08:37PM -0400, Mark Levedahl wrote: All of the above connections and i/o processing are done using bog-standard fork, pipe, open, read, write, and associated file commands.

Re: git on cygwin 1.7.2

2010-03-31 Thread Mark Levedahl
On 03/31/2010 12:25 AM, Christopher Faylor wrote: On Tue, Mar 30, 2010 at 08:08:37PM -0400, Mark Levedahl wrote: All of the above connections and i/o processing are done using bog-standard fork, pipe, open, read, write, and associated file commands. Git has no trouble opening all of the proc

Re: git on cygwin 1.7.2

2010-03-30 Thread Christopher Faylor
On Tue, Mar 30, 2010 at 08:08:37PM -0400, Mark Levedahl wrote: >All of the above connections and i/o processing are done using >bog-standard fork, pipe, open, read, write, and associated file >commands. Git has no trouble opening all of the processes and pipes >under Cygwin 1.7.2. However, in ge

git on cygwin 1.7.2

2010-03-30 Thread Mark Levedahl
I've spent some time trying to diagnose the previously reported git-fetch failures running on cygwin 1.7-x (up to and including 1.7.2). The failure manifests itself as an incomplete transfer of data using git's native transfer protocol, and happens either talking directly to a git-daemon via so